abritabroad

Results 2 comments of abritabroad

Yes, there is no mention if needing a trailing space on the single key in order to get the double key's to work.

same here - mine is already configured that way and doesn't work: ``` const routes: Routes = [ { path: 'shell', component: AppShellComponent }]; @NgModule({ imports: [ RouterModule.forRoot(routes), ServerModule, AppModule...