docs: fix grammar in angular-compiler-options file (#40879)
PR Close #40879
This commit is contained in:
parent
0807d13201
commit
9b26f462d0
|
@ -123,7 +123,7 @@ to the generated flat module index instead of the library index file.
|
||||||
|
|
||||||
Produces only one `.metadata.json` file, which contains all the metadata necessary
|
Produces only one `.metadata.json` file, which contains all the metadata necessary
|
||||||
for symbols exported from the library index. In the generated `.ngfactory.js` files, the flat
|
for symbols exported from the library index. In the generated `.ngfactory.js` files, the flat
|
||||||
module index is used to import symbols that includes both the public API from the library index
|
module index is used to import symbols that include both the public API from the library index
|
||||||
as well as shrowded internal symbols.
|
as well as shrowded internal symbols.
|
||||||
|
|
||||||
By default the `.ts` file supplied in the `files` field is assumed to be the library index.
|
By default the `.ts` file supplied in the `files` field is assumed to be the library index.
|
||||||
|
|
Loading…
Reference in New Issue