From e9737703eadcf43918e07abc1b490e52444c6541 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 26 Oct 2018 09:40:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/aot-compiler.md | 2 +- aio/content/guide/cheatsheet.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 2f854b3639..6fc0f9b416 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -15,7 +15,7 @@ This guide explains how to specify metadata and apply available compiler options 本指南中解释了如何指定元数据,并通过一些编译器选项来借助 AOT 编译器来更有效的编译应用。 -
Watch compiler author Tobias Bosch explain the Angular compiler at AngularConnect 2016. diff --git a/aio/content/guide/cheatsheet.md b/aio/content/guide/cheatsheet.md index d3edaf6d4b..f561db6900 100644 --- a/aio/content/guide/cheatsheet.md +++ b/aio/content/guide/cheatsheet.md @@ -143,7 +143,13 @@ is available to declarations of this module.

entryComponents: [SomeComponent, OtherComponent] -

List of components not referenced in any reachable template, for example dynamically created from code.

+ + +

List of components not referenced in any reachable template, for example dynamically created from code.

+ +

任何未在可达模板中引用过的组件列表,比如从代码中动态创建的。

+ +