Skip to content

Commit

Permalink
docs: move ngcc def from page to glossary (angular#34196)
Browse files Browse the repository at this point in the history
PR Close angular#34196
  • Loading branch information
jbogarthyde authored and atscott committed Jan 10, 2020
1 parent efdf347 commit 475ffd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
6 changes: 3 additions & 3 deletions aio/content/guide/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 0 additions & 5 deletions aio/content/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 475ffd6

Please sign in to comment.