From 450f61d3842f18d1b4053db7bcdb7b5574a3640b Mon Sep 17 00:00:00 2001 From: Suguru Inatomi Date: Wed, 20 Jul 2016 23:27:09 +0900 Subject: [PATCH] docs(router): fix provider token (#10177) --- modules/@angular/router/src/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/router/src/interfaces.ts b/modules/@angular/router/src/interfaces.ts index 1373c8c65c..70638625ed 100644 --- a/modules/@angular/router/src/interfaces.ts +++ b/modules/@angular/router/src/interfaces.ts @@ -98,7 +98,7 @@ export interface CanActivate { * provideRouter([ * { * path: 'root', - * canActivateChild: [CanActivateTeam], + * canActivateChild: ['canActivateTeam'], * children: [ * { * path: 'team/:id',