angular/modules/@angular/router/build/src/shared.d.ts

5 lines
106 B
TypeScript
Raw Normal View History

export declare const PRIMARY_OUTLET: string;
export declare type Params = {
[key: string]: string;
};