Tobias Bosch
|
d0a95e35af
|
refactor(testing): introduce new testing api to support ng modules
BREAKING CHANGE:
- deprecations:
* `withProviders`, use `TestBed.withModule` instead
* `addProviders`, use `TestBed.configureTestingModule` instead
* `TestComponentBuilder`, use `TestBed.configureTestModule` / `TestBed.override...` / `TestBed.createComponent` instead.
Closes #10354
|
2016-07-29 04:47:18 -07:00 |