docs(router): Fix mismatching of code and comment (#10791)
This commit is contained in:
		
							parent
							
								
									b77a3794b8
								
							
						
					
					
						commit
						ed639784d4
					
				| @ -227,7 +227,7 @@ export class Router { | |||||||
|    * |    * | ||||||
|    * router.createUrlTree([{segmentPath: '/one/two'}]); |    * router.createUrlTree([{segmentPath: '/one/two'}]); | ||||||
|    * |    * | ||||||
|    * // create /team/33/(user/11//aux:chat)
 |    * // create /team/33/(user/11//right:chat)
 | ||||||
|    * router.createUrlTree(['/team', 33, {outlets: {primary: 'user/11', right: 'chat'}}]); |    * router.createUrlTree(['/team', 33, {outlets: {primary: 'user/11', right: 'chat'}}]); | ||||||
|    * |    * | ||||||
|    * // remove the right secondary node
 |    * // remove the right secondary node
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user