From 475ffd67f57b0f166639728184775f2d988c8714 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Mon, 2 Dec 2019 15:23:06 -0800 Subject: [PATCH] docs: move ngcc def from page to glossary (#34196) PR Close #34196 --- .github/CODEOWNERS | 1 - aio/content/guide/glossary.md | 6 +++--- aio/content/navigation.json | 5 ----- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 32b8ff541f..4cfbb5f6a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index f15464df05..cb5faa7bc7 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -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} diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 7a17a65f53..6023077ead 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -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" } ] },