docs(router): fix provider token (#10177)

This commit is contained in:
Suguru Inatomi 2016-07-20 23:27:09 +09:00 committed by Victor Berchet
parent f3dd91e1d7
commit 450f61d384
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export interface CanActivate {
* provideRouter([
* {
* path: 'root',
* canActivateChild: [CanActivateTeam],
* canActivateChild: ['canActivateTeam'],
* children: [
* {
* path: 'team/:id',