This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e7c722574f
angular-cn
/
packages
/
common
/
upgrade
/
package.json
5 lines
64 B
JSON
Raw
Normal View
History
Unescape
Escape
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-02-11 17:18:29 -05:00
{
"name"
:
"@angular/common/upgrade"
,
refactor(common): rename LocationUpgradeService and remove angular/upgrade dependency (#30055) PR Close #30055
2019-04-24 13:21:19 -04:00
"sideEffects"
:
false
build: simplify package.jsons for all of our packages (#36944) We can remove all of the entry point resolution configuration from the package.json in our source code as ng_package rule adds the properties automatically and correctly configures them. This change simplifies our code base but doesn't have any impact on the package.json in the distributed npm_packages. PR Close #36944
2020-05-06 00:56:17 -04:00
}