
This reverts commit fc895ba1893d08813f931c8794c7db97782f1c36. This is change is a feature and doesn't belong on the patch branch.
9 lines
313 B
TypeScript
9 lines
313 B
TypeScript
export declare const RouterUpgradeInitializer: {
|
|
provide: InjectionToken<((compRef: ComponentRef<any>) => void)[]>;
|
|
multi: boolean;
|
|
useFactory: (ngUpgrade: UpgradeModule) => () => void;
|
|
deps: (typeof UpgradeModule)[];
|
|
};
|
|
|
|
export declare function setUpLocationSync(ngUpgrade: UpgradeModule): void;
|