mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: missing closing parenthesis in withHashLocation() example (#48507)
PR Close #48507
This commit is contained in:
parent
fc1c03e16e
commit
2d3c98ddf3
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ export type RouterHashLocationFeature = RouterFeature<RouterFeatureKind.RouterHa
|
|||
* bootstrapApplication(AppComponent,
|
||||
* {
|
||||
* providers: [
|
||||
* provideRouter(appRoutes, withHashLocation()
|
||||
* provideRouter(appRoutes, withHashLocation())
|
||||
* ]
|
||||
* }
|
||||
* );
|
||||
|
|
|
|||
Loading…
Reference in a new issue