标签: angular angular-routing
在角度1中,我可以使用$ routeProvider启用/禁用html路由。如何通过直接URL访问页面来实现角度2?
答案 0 :(得分:-1)
RouterModule.forRoot(routes, { useHash: true })
在此解释https://angular.io/docs/ts/latest/guide/router.html#!#browser-url-styles