diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 9b59395130..0471294df9 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -333,7 +333,7 @@ JavaScript with [JsDoc](http://usejsdoc.org/) comments needed by the ### *annotationsAs* Use this option to modify how the Angular specific annotations are emitted to improve tree-shaking. Non-Angular -annotations and decorators are unnaffected. Default is `static fields`. +annotations and decorators are unaffected. Default is `static fields`. 使用这个选项来修改生成 Angular 特有注解的方式,以提升摇树优化(tree-shaking)的效果。它对 Angular 自身之外的注解和装饰器无效。 默认值是 `static fields`。 @@ -349,16 +349,6 @@ This tells the compiler to print extra information while compiling templates. 它告诉编译器在编译模板时打印额外的信息。 -### *enableLegacyTemplate* - -The use of `