angular-cn/packages/platform-server/src
Jason Aden 152d99eef0 feat(common): add @angular/common/upgrade package for $location-related APIs (#30055)
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
2019-04-24 13:49:29 -07:00
..
domino_adapter.ts feat: add support for TypeScript 3.1 (#26151) 2018-09-28 09:34:51 -07:00
http.ts feat: remove @angular/http dependency from @angular/platform-server (#29408) 2019-03-27 12:38:29 -07:00
location.ts feat(common): add @angular/common/upgrade package for $location-related APIs (#30055) 2019-04-24 13:49:29 -07:00
platform-server.ts feat(platform-server): add an API to transfer state from server (#19134) 2017-09-21 13:56:13 -07:00
platform_state.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
private_export.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
server.ts feat: remove @angular/http dependency from @angular/platform-server (#29408) 2019-03-27 12:38:29 -07:00
server_events.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
server_renderer.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
styles_host.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
tokens.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
transfer_state.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
utils.ts feat(platform-server): wait on returned BEFORE_APP_SERIALIZED promises (#29120) 2019-03-06 11:01:21 -08:00
version.ts docs: update platform-server to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00