标签: angular angular2-routing
在Angular2中,是否可以在浏览器中显示路径 但不使用任何Angular2组件? RouterModule.forRoot
RouterModule.forRoot
答案 0 :(得分:2)
这是不可能的。您必须将组件,模块或重定向传递到其他路径,如错误所示:
路由'some-route'的配置无效:必须提供以下其中一项(component或redirectTo或children或loadChildren)