Pete Bacon Darwin 3fb78aaacc 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-06-20 17:04:01 -07:00

12 lines
429 B
JSON

{
"name": "@angular/upgrade/static/testing",
"main": "../../bundles/upgrade-static-testing.umd.js",
"module": "../../fesm5/static/testing.js",
"es2015": "../../fesm2015/static/testing.js",
"esm5": "../../esm5/static/testing/testing.js",
"esm2015": "../../esm2015/static/testing/testing.js",
"fesm5": "../../fesm5/static/testing.js",
"fesm2015": "../../fesm2015/static/testing.js",
"typings": "./testing.d.ts"
}