docs(router): fix up the exampesd

This commit is contained in:
vsavkin
2016-08-30 15:57:24 -07:00
committed by Victor Berchet
parent c350ba29f6
commit c74a438f0c
5 changed files with 59 additions and 11 deletions

View File

@ -36,7 +36,7 @@ import {TreeNode} from './utils/tree';
declare var Zone: any;
/**
* @experimental
* @stable
*/
export interface NavigationExtras {
/**
@ -235,7 +235,7 @@ export class Router {
/**
* Indicates if at least one navigation happened.
*
* @experimental
* @stable
*/
navigated: boolean = false;