docs: move ngcc def from page to glossary (#34196)

PR Close #34196
This commit is contained in:
Judy Bogart 2019-12-02 15:23:06 -08:00 committed by atscott
parent efdf347f9c
commit 475ffd67f5
3 changed files with 3 additions and 9 deletions

1
.github/CODEOWNERS vendored
View File

@ -468,7 +468,6 @@
# ================================================
/packages/compiler-cli/ngcc/** @angular/fw-ngcc @angular/framework-global-approvers
/aio/content/guide/ngcc.md @angular/fw-ngcc @angular/framework-global-approvers

View File

@ -583,10 +583,10 @@ Compare to [NgModule](#ngmodule).
{@a ngcc}
## ngcc (Angular Compatability Compiler)
## ngcc
The CLI automatically runs the `ngcc` process to compile all your libraries with [Ivy](#ivy).
If your app uses Ivy, but depends on libraries that don't use Ivy, `ngcc` automatically updates the dependent libraries to use Ivy when you compile your app.
Angular compatability compiler.
If you build your app using [Ivy](#ivy), but it depends on libraries have not been compiled with Ivy, the CLI uses `ngcc` to automatically update the dependent libraries to use Ivy.
{@a ngmodule}

View File

@ -754,11 +754,6 @@
"title": "Usage Analytics",
"tooltip": "For administrators, guide to gathering usage analytics from your users.",
"url": "cli/usage-analytics-gathering"
},
{
"title": "ngcc",
"tooltip": "Description of the Angular Compatibility Compiler.",
"url": "guide/ngcc"
}
]
},