File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ Published with partial Ivy compilation.
19
19
20
20
A ` RouterStore ` service has the following public properties:
21
21
22
- | API | Description |
23
- | ---------------------------------------------------------------- | ------------------------------------------ |
24
- | currentRoute$: Observable<MinimalActivatedRouteSnapshot > | Select the current route. |
25
- | fragment$: Observable<string \| null> | Select the current route fragment. |
26
- | queryParams$: Observable<Params > | Select the current route query parameters. |
27
- | routeData$: Observable<Data > | Select the current route data. |
28
- | routeParams$: Observable<Params > | Select the current route parameters. |
29
- | url$: Observable<string > | Select the current URL. |
30
- | selectQueryParam(param: string): Observable<string \| undefined> | Select the specified query parameter. |
31
- | selectRouteParam(param: string): Observable<string \| undefined> | Select the specified route parameter. |
22
+ | API | Description |
23
+ | ------------------------------------------------------------------ | ------------------------------------------ |
24
+ | ` currentRoute$: Observable<MinimalActivatedRouteSnapshot> ` | Select the current route. |
25
+ | ` fragment$: Observable<string \| null> ` | Select the current route fragment. |
26
+ | ` queryParams$: Observable<Params> ` | Select the current route query parameters. |
27
+ | ` routeData$: Observable<Data> ` | Select the current route data. |
28
+ | ` routeParams$: Observable<Params> ` | Select the current route parameters. |
29
+ | ` url$: Observable<string> ` | Select the current URL. |
30
+ | ` selectQueryParam(param: string): Observable<string \| undefined> ` | Select the specified query parameter. |
31
+ | ` selectRouteParam(param: string): Observable<string \| undefined> ` | Select the specified route parameter. |
32
32
33
33
A ` RouterStore ` service is provided by using either ` provideGlobalRouterStore ` or ` provideLocalRouterStore ` .
34
34
You can’t perform that action at this time.
0 commit comments