Skip to content

Commit 475ffd6

Browse files
jbogarthydeatscott
authored andcommitted
docs: move ngcc def from page to glossary (angular#34196)
PR Close angular#34196
1 parent efdf347 commit 475ffd6

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@
468468
# ================================================
469469

470470
/packages/compiler-cli/ngcc/** @angular/fw-ngcc @angular/framework-global-approvers
471-
/aio/content/guide/ngcc.md @angular/fw-ngcc @angular/framework-global-approvers
472471

473472

474473

aio/content/guide/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@ Compare to [NgModule](#ngmodule).
583583

584584
{@a ngcc}
585585

586-
## ngcc (Angular Compatability Compiler)
586+
## ngcc
587587

588-
The CLI automatically runs the `ngcc` process to compile all your libraries with [Ivy](#ivy).
589-
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.
588+
Angular compatability compiler.
589+
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.
590590

591591

592592
{@a ngmodule}

aio/content/navigation.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -754,11 +754,6 @@
754754
"title": "Usage Analytics",
755755
"tooltip": "For administrators, guide to gathering usage analytics from your users.",
756756
"url": "cli/usage-analytics-gathering"
757-
},
758-
{
759-
"title": "ngcc",
760-
"tooltip": "Description of the Angular Compatibility Compiler.",
761-
"url": "guide/ngcc"
762757
}
763758
]
764759
},

0 commit comments

Comments
 (0)