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
96690ed3a4
angular-cn
/
packages
/
upgrade
/
static
/
testing
/
package.json
4 lines
48 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(upgrade): provide unit test helpers for wiring up injectors (#16848) Adds two new helper functions that can be used when unit testing Angular services that depend upon upgraded AngularJS services, or vice versa. The functions return a module (AngularJS or NgModule) that is configured to wire up the Angular and AngularJS injectors without the need to actually bootstrap a full hybrid application. This makes it simpler and faster to unit test services. PR Close #16848
2019-03-22 05:42:52 -04:00
{
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
"name"
:
"@angular/upgrade/static/testing"
feat(upgrade): provide unit test helpers for wiring up injectors (#16848) Adds two new helper functions that can be used when unit testing Angular services that depend upon upgraded AngularJS services, or vice versa. The functions return a module (AngularJS or NgModule) that is configured to wire up the Angular and AngularJS injectors without the need to actually bootstrap a full hybrid application. This makes it simpler and faster to unit test services. PR Close #16848
2019-03-22 05:42:52 -04:00
}