angular-docs-cn/modules/@angular/platform-browser/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
..
browser refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00
dom fix(testing): correctly import NgMatchers (#10077) 2016-07-22 09:20:51 -07:00
security feat(security): only warn when actually sanitizing HTML. (#10272) 2016-07-26 11:39:09 -07:00
static_assets repackaging: all the file moves 2016-05-01 20:51:00 -07:00
web_workers refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
browser_util_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
testing_public_spec.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00