Fixed documentation reference to canActivate in canDeactivate (#14018)
Simple update to code sample which references canActivate: ['canDeactivateTeam'].
This commit is contained in:
parent
2f87eb52fe
commit
0589f93e41
@ -217,7 +217,7 @@ export interface CanActivateChild {
|
|||||||
* {
|
* {
|
||||||
* path: 'team/:id',
|
* path: 'team/:id',
|
||||||
* component: TeamCmp,
|
* component: TeamCmp,
|
||||||
* canActivate: ['canDeactivateTeam']
|
* canDeactivate: ['canDeactivateTeam']
|
||||||
* }
|
* }
|
||||||
* ])
|
* ])
|
||||||
* ],
|
* ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user