angular/modules/@angular/core/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(core): ensure ngFor only inserts/moves/removes elements when necessary (#10287) 2016-08-01 11:09:52 -07:00
change_detection refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
debug fix(testing): correctly import NgMatchers (#10077) 2016-07-22 09:20:51 -07:00
di refactor: IS_DART === false 2016-08-01 11:34:51 -07:00
dom chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
facade chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
linker refactor(core): use ngOnDestroy in providers 2016-08-02 11:23:26 -07:00
metadata refactor(core): remove ViewResolver and ViewResolverMock 2016-07-29 04:47:17 -07:00
reflection test: reactivate some of the disabled tests in Edge (#10450) 2016-08-02 10:58:03 -07:00
testability chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00
util chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
zone chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00
application_ref_spec.ts fix: throw useful error on missing platform module. 2016-08-02 09:28:04 -07:00
dev_mode_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
directive_lifecycle_integration_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00
fake_async_spec.ts fix(fake_async): share zone between beforeEach and it 2016-08-02 11:23:26 -07:00
forward_ref_integration_spec.ts fix(testing): correctly import NgMatchers (#10077) 2016-07-22 09:20:51 -07:00
spies.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
testing_internal_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00