补充一个词

This commit is contained in:
Echo Chan 2019-01-09 00:24:29 +08:00 committed by 雪狼
parent 58dd1d83b5
commit 8527cebff0
1 changed files with 1 additions and 1 deletions

View File

@ -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.