mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
```ts
@NgModule({
imports: [RouterModule.forRoot([{path: '/enigma', component: EnigmaComponent}])],
providers: [{provide: APP_BASE_HREF, useValue: '/en'}]
})
export class AppModule {}
```
Navigating to `/enigma` will redirect to `/en/igma` not to `/en/enigma` as it expects
Fixes: #45744
PR Close #48489
|
||
|---|---|---|
| .. | ||
| location_spec.ts | ||
| provide_location_mocks_spec.ts | ||