docs: fix typo in 'Routes' docs
This commit is contained in:
parent
47c2a2e411
commit
7c78282ce8
|
@ -34,7 +34,7 @@ import {UrlSegment, UrlSegmentGroup} from './url_tree';
|
||||||
* - `data` is additional data provided to the component via `ActivatedRoute`.
|
* - `data` is additional data provided to the component via `ActivatedRoute`.
|
||||||
* - `resolve` is a map of DI tokens used to look up data resolvers. See {@link Resolve} for more
|
* - `resolve` is a map of DI tokens used to look up data resolvers. See {@link Resolve} for more
|
||||||
* info.
|
* info.
|
||||||
* - `runGuardsAndResolvers` defines when guards and resovlers will be run. By default they run only
|
* - `runGuardsAndResolvers` defines when guards and resolvers will be run. By default they run only
|
||||||
* when the matrix parameters of the route change. When set to `paramsOrQueryParamsChange` they
|
* when the matrix parameters of the route change. When set to `paramsOrQueryParamsChange` they
|
||||||
* will also run when query params change. And when set to `always`, they will run every time.
|
* will also run when query params change. And when set to `always`, they will run every time.
|
||||||
* - `children` is an array of child route definitions.
|
* - `children` is an array of child route definitions.
|
||||||
|
|
Loading…
Reference in New Issue