From 8527cebff01436863872d561c9bc6ae39bd5713e Mon Sep 17 00:00:00 2001 From: Echo Chan Date: Wed, 9 Jan 2019 00:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=B8=80=E4=B8=AA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index ca7f8f90c3..ae5ee00521 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -35,7 +35,7 @@ Both components and services are simply classes, with *decorators* that mark the * The metadata for a service class provides the information Angular needs to make it available to components through *dependency injection (DI)*. - 服务的元数据提供了一些信息,Angular 要用这些信息来让组件可以通过*依赖注入(DI)*使用该服务。 + 服务类的元数据提供了一些信息,Angular 要用这些信息来让组件可以通过*依赖注入(DI)*使用该服务。 An app's components typically define many views, arranged hierarchically. Angular provides the `Router` service to help you define navigation paths among views. The router provides sophisticated in-browser navigational capabilities.