docs(router): Change CanDeactivate to CanLoad (#16237)

fix mistake in docs. CanDeactivate should be CanLoad
This commit is contained in:
Aaron Hoffman 2017-05-10 19:34:34 -04:00 committed by Jason Aden
parent 162dffb7e8
commit d28a3f7878
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import {UrlSegment, UrlSegmentGroup} from './url_tree';
* {@link CanActivateChild} for more info. * {@link CanActivateChild} for more info.
* - `canDeactivate` is an array of DI tokens used to look up CanDeactivate handlers. See * - `canDeactivate` is an array of DI tokens used to look up CanDeactivate handlers. See
* {@link CanDeactivate} for more info. * {@link CanDeactivate} for more info.
* - `canLoad` is an array of DI tokens used to look up CanDeactivate handlers. See * - `canLoad` is an array of DI tokens used to look up CanLoad handlers. See
* {@link CanLoad} for more info. * {@link CanLoad} for more info.
* - `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