mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
31d7c3bd71
Adds getState to LocationStrategy interface as it suppose to be the place to control all window.location interactions. BREAKING CHANGE: Adds new required class member that any implementors of the LocationStrategy will need to satisfy. Location does not depend on PlatformLocation anymore. PR Close #45648