mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
AngularJS's `$location` service doesn't have a direct counterpart in Angular. This is largely because the `Location` service in Angular was pulled out of the `Router`, but was not purpose-built to stand on its own. This commit adds a new `@angular/common/upgrade` package with the beginnings of a new `LocationUpgradeService`. This service will more closely match the API of AngularJS and provide a way to replace the `$location` service from AngularJS. PR Close #30055 |
||
|---|---|---|
| .. | ||
| domino_adapter.ts | ||
| http.ts | ||
| location.ts | ||
| platform-server.ts | ||
| platform_state.ts | ||
| private_export.ts | ||
| server.ts | ||
| server_events.ts | ||
| server_renderer.ts | ||
| styles_host.ts | ||
| tokens.ts | ||
| transfer_state.ts | ||
| utils.ts | ||
| version.ts | ||