When I click on a routerLink ``` LINK: <a [routerLink]=" ['./RouteParamsTest', { userId : '1919', lang : 'it', token : 'jwt' }] ">Route Params Test 2</a> CONFIG: { path: '/route-params-test/:userId/:lang', component: RouteParamsTest, name: 'RouteParamsTest' } ``` with disabled JS, this URL gets called => http://localhost:3000/route-params-test/1919/it and the query string won't appear. With activated JS everything works as expected. tested with angular-universal-preview 0.52.0 => https://github.com/angular/universal-starter
When I click on a routerLink
with disabled JS, this URL gets called => http://localhost:3000/route-params-test/1919/it and the query string won't appear. With activated JS everything works as expected.
tested with angular-universal-preview 0.52.0 => https://github.com/angular/universal-starter