feat(router): changes router config not to use names
This commit is contained in:
10
modules/@angular/router/src/shared.ts
Normal file
10
modules/@angular/router/src/shared.ts
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Name of the primary outlet.
|
||||
* @type {string}
|
||||
*/
|
||||
export const PRIMARY_OUTLET: string = "PRIMARY_OUTLET";
|
||||
|
||||
/**
|
||||
* A collection of parameters.
|
||||
*/
|
||||
export type Params = { [key: string]: string };
|
Reference in New Issue
Block a user