angular/modules/angular2/test/core
Tobias Bosch 5ec67ee2a7 fix(compiler): prevent race conditions
Previously, the compiler would detect cycles where there were none just because of other components that were compiled in parallel. Furthermore, the way ProtoView merging was triggered could result into early exits resulting in errors when trying to instantiate ProtoViews.

Fixes #3206
Closes #3211
2015-07-23 14:28:38 -07:00
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler fix(compiler): prevent race conditions 2015-07-23 14:28:38 -07:00
life_cycle refactor(exception_handler): unified all exception handling 2015-07-23 11:22:04 -07:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone feat(zone): add "on event done" zone hook 2015-07-10 15:45:52 -07:00
application_spec.ts refactor(exception_handler): unified all exception handling 2015-07-23 11:22:04 -07:00
directive_lifecycle_integration_spec.ts refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
exception_handler_spec.ts feat(exception_handler): change ExceptionHandler to output context 2015-07-23 11:22:04 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts feat(di): removed app injector 2015-07-01 13:33:43 -07:00