From 445e8aa32c1f85fb4ea94eb0913911576a094823 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 6 Jul 2018 10:51:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/ngmodule-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/ngmodule-faq.md b/aio/content/guide/ngmodule-faq.md index f42540f0f8..b66eead688 100644 --- a/aio/content/guide/ngmodule-faq.md +++ b/aio/content/guide/ngmodule-faq.md @@ -828,7 +828,7 @@ Here is a custom constructor for an NgModule called `CoreModule`. An entry component is any component that Angular loads _imperatively_ by type. -Angular 根据其类型*不可避免地*加载的组件是*入口组件*, +Angular 根据组件类型*命令式*加载的组件是*入口组件*. A component loaded _declaratively_ via its selector is _not_ an entry component.