angular-cn/modules/@angular/compiler/test
Tobias Bosch 8e6091de6c refactor(core): use `ngOnDestroy` in providers
Note about the addition of `beforeEach(fakeAsync(inject(…))))` in some tests:
`ApplicationRef` is now using `ngOnDestroy` and there is eager,
including all of its dependencies which contain `NgZone`.
The additional `fakeAsync` in `beforeEach` ensures that `NgZone`
uses the fake async zone as parent, and not the root zone.

BREAKING CHANGE (via deprecations):
- `ApplicationRef.dispose` is deprecated. Destroy the module that was
   created during bootstrap instead by calling `NgModuleRef.destroy`.
- `AplicationRef.registerDisposeListener` is deprecated.
   Use the `ngOnDestroy` lifecycle hook for providers or
   `NgModuleRef.onDestroy` instead.
- `disposePlatform` is deprecated. Use `destroyPlatform` instead.
- `PlatformRef.dipose()` is deprecated. Use `PlatformRef.destroy()`
   instead.
- `PlatformRef.registerDisposeListener` is deprecated. Use
  `PlatformRef.onDestroy` instead.
- `PlaformRef.diposed` is deprecated. Use `PlatformRef.destroyed`
  instead.
2016-08-02 11:23:26 -07:00
..
animation fix(testing): correctly import NgMatchers (#10077) 2016-07-22 09:20:51 -07:00
css_parser refactor(compiler): re-arrange files 2016-07-29 13:40:58 -07:00
expression_parser refactor(compiler): re-arrange files 2016-07-29 13:40:58 -07:00
html_parser feat(i18n): xtb serializer 2016-07-29 13:40:58 -07:00
i18n fix: String.split(str, n) stops after n separator (#10408) 2016-08-01 11:33:35 -07:00
output refactor: dart 2016-08-01 11:34:51 -07:00
schema feat(i18n): xtb serializer 2016-07-29 13:40:58 -07:00
template_parser fix: Better error message in case of unknown property binding 2016-08-02 09:28:04 -07:00
directive_lifecycle_spec.ts feat(core): support `ngOnDestroy` on providers of a directive. 2016-08-02 11:23:26 -07:00
directive_normalizer_spec.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
directive_resolver_mock_spec.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
directive_resolver_spec.ts refactor(core): remove `ViewResolver` and `ViewResolverMock` 2016-07-29 04:47:17 -07:00
metadata_overrider_spec.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
metadata_resolver_fixture.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata_resolver_spec.ts refactor(core): collect lifecycle hooks for all injectable classes 2016-08-02 11:23:26 -07:00
ng_module_resolver_mock_spec.ts refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
ng_module_resolver_spec.ts refactor(core): remove `ViewResolver` and `ViewResolverMock` 2016-07-29 04:47:17 -07:00
pipe_resolver_mock_spec.ts feat(compiler): add `MockPipeResolver` 2016-07-29 04:47:17 -07:00
runtime_compiler_spec.ts refactor(core): use `ngOnDestroy` in providers 2016-08-02 11:23:26 -07:00
selector_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00
shadow_css_spec.ts fix(platform-browser/testing): clean up public api for platform-browser/testing (#9519) 2016-06-23 16:42:25 -07:00
spies.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
style_url_resolver_spec.ts refactor: dart 2016-08-01 11:34:51 -07:00
test_bindings.ts feat(testing): add implicit test module 2016-07-06 18:04:19 -07:00
test_component_builder_spec.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
url_resolver_spec.ts refactor: IS_DART === false 2016-08-01 11:34:51 -07:00
util_spec.ts fix: String.split(str, n) stops after n separator (#10408) 2016-08-01 11:33:35 -07:00
xhr_mock_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00