Enables interop with the browser's Navigation API for router navigations.
Usage Notes
const appRoutes: Routes = [ { path: 'page', component: PageComponent },];bootstrapApplication(AppComponent, { providers: [ provideRouter(appRoutes, withExperimentalPlatformNavigation()) ]});
Jump to details