From d9b29a288c80ace5159a3f5f88de347eb65f2254 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 2 Mar 2020 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(architecture-modules):=20=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=BE=E4=BE=8B=E4=B8=AD=E7=9A=84=E7=BF=BB?= =?UTF-8?q?=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/architecture-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture-components.md b/aio/content/guide/architecture-components.md index 6e9dd1b4bc..0b8c3b6085 100644 --- a/aio/content/guide/architecture-components.md +++ b/aio/content/guide/architecture-components.md @@ -330,7 +330,7 @@ Angular has more pre-defined directives that either alter the layout structure or modify aspects of DOM elements and components (for example, [ngStyle](guide/template-syntax#ngStyle) and [ngClass](guide/template-syntax#ngClass)). -Angular 还有很多预定义指令既不修改布局结构(比如 [ngSwitch](guide/template-syntax#ngSwitch)),也不修改 DOM 元素和组件的样子(比如 [ngStyle](guide/template-syntax#ngStyle) 和 [ngClass](guide/template-syntax#ngClass))。 +Angular 还有很多预定义指令,有些修改布局结构(比如 [ngSwitch](guide/template-syntax#ngSwitch)),有些修改 DOM 元素和组件的样子(比如 [ngStyle](guide/template-syntax#ngStyle) 和 [ngClass](guide/template-syntax#ngClass))。