docs: missing closing parenthesis in withHashLocation() example (#48507)

PR Close #48507
This commit is contained in:
ced 2022-12-15 16:46:27 +01:00 committed by Alex Rickabaugh
parent fc1c03e16e
commit 2d3c98ddf3

View file

@ -601,7 +601,7 @@ export type RouterHashLocationFeature = RouterFeature<RouterFeatureKind.RouterHa
* bootstrapApplication(AppComponent,
* {
* providers: [
* provideRouter(appRoutes, withHashLocation()
* provideRouter(appRoutes, withHashLocation())
* ]
* }
* );