docs: grammatical error in ngcc (#37156)
The glossary.md file had a gramatical mistake. Added a that in ngcc definition to make the grammatical mistake right PR Close #37156
This commit is contained in:
parent
1754beb59c
commit
01d1c1a9ab
|
@ -601,7 +601,7 @@ Compare to [NgModule](#ngmodule).
|
|||
## ngcc
|
||||
|
||||
Angular compatibility 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.
|
||||
If you build your app using [Ivy](#ivy), but it depends on libraries that have not been compiled with Ivy, the CLI uses `ngcc` to automatically update the dependent libraries to use Ivy.
|
||||
|
||||
|
||||
{@a ngmodule}
|
||||
|
|
Loading…
Reference in New Issue