Aw5739 Update to Angular v16.

This commit is contained in:
2024-01-08 14:51:37 +01:00
parent 7339b91328
commit f70e30204d
10 changed files with 8177 additions and 2233 deletions

View File

@@ -41,7 +41,7 @@ export const {
selectRouteParam, // factory function to select a route param
selectRouteData, // select the current route data
selectUrl, // select the current url
} = fromRouter.getSelectors(getRouterState);
} = fromRouter.getRouterSelectors(getRouterState);
@Injectable()