I have this in my .routing.ts file
export const routing = RouterModule.forChild([ { path: \'page/:id\', component: PageComponent }]);
with Angular ~8
constructor(private _router: Router) { this._router.onSameUrlNavigation='reload'}
works fine