docs(aio): document the template compiler options (#21333)

PR Close #21333
This commit is contained in:
chembu
2018-01-05 08:10:35 -08:00
committed by Kara Erickson
parent b15d50af9b
commit e99475260f
2 changed files with 322 additions and 2 deletions

View File

@ -57,7 +57,7 @@ export interface CompilerOptions extends ts.CompilerOptions {
// Produce an error if the metadata written for a class would produce an error if used.
strictMetadataEmit?: boolean;
// Don't produce .ngfactory.ts or .ngstyle.ts files
// Don't produce .ngfactory.js or .ngstyle.js files
skipTemplateCodegen?: boolean;
// Always report errors when the type of a parameter supplied whose injection type cannot