docs(router): fix provider token (#10177)
This commit is contained in:
parent
f3dd91e1d7
commit
450f61d384
|
@ -98,7 +98,7 @@ export interface CanActivate {
|
||||||
* provideRouter([
|
* provideRouter([
|
||||||
* {
|
* {
|
||||||
* path: 'root',
|
* path: 'root',
|
||||||
* canActivateChild: [CanActivateTeam],
|
* canActivateChild: ['canActivateTeam'],
|
||||||
* children: [
|
* children: [
|
||||||
* {
|
* {
|
||||||
* path: 'team/:id',
|
* path: 'team/:id',
|
||||||
|
|
Loading…
Reference in New Issue