angular-cn/modules/@angular/compiler/testing
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
..
directive_resolver_mock.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
metadata_overrider.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
ng_module_resolver_mock.ts feat(compiler): add `MockPipeResolver` 2016-07-29 04:47:17 -07:00
pipe_resolver_mock.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
schema_registry_mock.ts fix(core): support components without a selector (#10331) 2016-07-28 10:39:10 -07:00
test_component_builder.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
xhr_mock.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00