How to keep query string parameters in URL when accessing a route of an Angular 2 app?

前端 未结 3 2007
暖寄归人
暖寄归人 2021-01-03 08:28

I have an Angular 2 test app running the latest alpha (37). There are just three routes, that look like this:

@RouteConfig([
  { path: \'/\', component: Home         


        
3条回答
提交回复
热议问题