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:
2
tools/public_api_guard/router/upgrade.d.ts
vendored
2
tools/public_api_guard/router/upgrade.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user