angular-cn/modules/@angular/platform-browser-dynamic/test
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
..
xhr refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
testing_public_browser_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00