路由 参考样式指南,提供一个类型为 'Routes' 的 const 对象,具有**唯一的**名称: 1 2 3 4 5 6 7 8const APP_ROUTES: Routes = [ { path: 'about', component: AboutComponent }, { path: '', component: HomeComponent} ]; ... RouterModule.forRoot(APP_ROUTES)