docs(router_config): add missing quote (#11925)
This commit is contained in:

committed by
Chuck Jazdzewski

parent
b8a75818ee
commit
a153504212
@ -61,7 +61,7 @@ import {Observable} from 'rxjs/Observable';
|
|||||||
* {
|
* {
|
||||||
* path: 'chat/:user',
|
* path: 'chat/:user',
|
||||||
* component: Chat
|
* component: Chat
|
||||||
* outlet: aux
|
* outlet: 'aux'
|
||||||
* }]
|
* }]
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user