Revert "feat(router): add hash-based navigation option to setUpLocationSync (#28609)"

This reverts commit fc895ba189.

This is change is a feature and doesn't belong on the patch branch.
This commit is contained in:
Igor Minar
2019-02-20 12:07:16 -08:00
parent cfe4732e41
commit 843fc7df9f
3 changed files with 3 additions and 37 deletions

View File

@ -5,4 +5,4 @@ export declare const RouterUpgradeInitializer: {
deps: (typeof UpgradeModule)[];
};
export declare function setUpLocationSync(ngUpgrade: UpgradeModule, urlType?: 'path' | 'hash'): void;
export declare function setUpLocationSync(ngUpgrade: UpgradeModule): void;