refactor(router): update stability labels (#10902)

This commit is contained in:
Victor Savkin
2016-08-17 15:35:30 -07:00
committed by Kara
parent 4be863c223
commit 00e157dc3b
7 changed files with 18 additions and 18 deletions

View File

@ -10,14 +10,14 @@
* Name of the primary outlet.
* @type {string}
*
* @experimental
* @stable
*/
export const PRIMARY_OUTLET = 'primary';
/**
* A collection of parameters.
*
* @experimental
* @stable
*/
export type Params = {
[key: string]: any