refactor(router): renames PRIMARY_OUTLET into primary

This commit is contained in:
vsavkin
2016-07-22 13:25:48 -07:00
parent 41178367d1
commit 93a4ca652a
5 changed files with 22 additions and 7 deletions

View File

@ -12,7 +12,7 @@
*
* @experimental
*/
export const PRIMARY_OUTLET = 'PRIMARY_OUTLET';
export const PRIMARY_OUTLET = 'primary';
/**
* A collection of parameters.