From 64bb7ed94bff4ce357ae4fcc13adacf7cc0ef8ca Mon Sep 17 00:00:00 2001 From: Tianqi You Date: Sat, 28 Dec 2019 14:05:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=9C=89=E6=AD=A7?= =?UTF-8?q?=E4=B9=89=E7=9A=84=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/frequent-ngmodules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/frequent-ngmodules.md b/aio/content/guide/frequent-ngmodules.md index cc2340d442..094547c7a3 100644 --- a/aio/content/guide/frequent-ngmodules.md +++ b/aio/content/guide/frequent-ngmodules.md @@ -17,7 +17,7 @@ As you add features to your app, you can add them in modules. The following are frequently used Angular modules with examples of some of the things they contain: -Angular 应用需要不止一个模块,它们都为根模块服务。 +Angular 应用至少需要一个充当根模块使用的模块。 如果你要把某些特性添加到应用中,可以通过添加模块来实现。 下列是一些常用的 Angular 模块,其中带有一些其内容物的例子: