()
| 668 | * @publicApi |
| 669 | */ |
| 670 | export function withHashLocation(): RouterHashLocationFeature { |
| 671 | const providers = [{provide: LocationStrategy, useClass: HashLocationStrategy}]; |
| 672 | return routerFeature(RouterFeatureKind.RouterHashLocationFeature, providers); |
| 673 | } |
| 674 | |
| 675 | /** |
| 676 | * A type alias for providers returned by `withNavigationErrorHandler` for use with `provideRouter`. |
nothing calls this directly
no test coverage detected
searching dependent graphs…