spelling mistake

树组=>数组
This commit is contained in:
lin 2017-08-18 16:30:16 +08:00 committed by 雪狼
parent c628ef0240
commit 28eb918651

View File

@ -165,7 +165,7 @@ and adds the result to the `AppModule`'s `imports` array.
The `appRoutes` array of *routes* describes how to navigate.
Pass it to the `RouterModule.forRoot` method in the module `imports` to configure the router.
这里的路由`appRoutes`描述如何进行导航。
这里的路由`appRoutes`描述如何进行导航。
把它传给`RouterModule.forRoot`方法并传给本模块的`imports`数组就可以配置路由器。
Each `Route` maps a URL `path` to a component.