Angular2路由器和localhost / webapp

时间:2017-03-20 15:13:34

标签: angular router

我在部署在localhost /上的服务器上开发我的应用程序,但现在我想在localhost / webapp上使用我的应用程序,不幸的是它不起作用。似乎angular2尝试将我的应用程序重定向到localhost /(通过删除webapp)。如何配置angular2以在特定的前端工作,例如" / webapp"?

感谢

1 个答案:

答案 0 :(得分:1)

你应该设置基础haref

https://angular.io/docs/ts/latest/guide/router.html#!#basics-base-href

<base href="/webapp">