angular/modules/@angular/core/test
Tobias Bosch 630028350a refactor(core): Introduce AppInitStatus
This class allows any provider to know and wait for the initialization of the
application. This functionality previously was tied to `ApplicationRef`.

BREAKING CHANGE:
- `ApplicationRef.waitForAsyncInitializers` is deprecated. Use 
  `AppInitStatus.donePromise` / `AppInitStatus.done` 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): introduce @NgModule.bootstrap and ngDoBootstrap method 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_init_spec.ts refactor(core): Introduce AppInitStatus 2016-08-02 11:23:26 -07:00
application_ref_spec.ts refactor(core): Introduce AppInitStatus 2016-08-02 11:23:26 -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