angular/modules/angular2/test
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
..
benchmark/transform feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
change_detection feat(build): require parameter types 2015-07-21 06:20:13 -07:00
core fix(compiler): prevent race conditions 2015-07-23 14:28:38 -07:00
debug feat(di): removed app injector 2015-07-01 13:33:43 -07:00
di feat(di): added context to runtime DI errors 2015-07-22 14:22:46 -07:00
directives feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -07:00
dom feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
facade refactor(RegExp): use /.../ to create RegExp literal 2015-07-09 09:14:25 +02:00
forms fix(change_detect): Sort DirectiveMetadata properties during processing 2015-07-20 17:08:02 -07:00
http feat(build): require parameter types 2015-07-21 06:20:13 -07:00
mock refactor: change template for view where it makes sense 2015-06-24 18:40:04 +02:00
reflection feat: support decorator chaining and class creation in ES5 2015-06-14 16:54:08 -07:00
render fix(content_projection): allow to project text nodes to a place without bindings 2015-07-21 14:18:35 -07:00
router feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
services test(refactor): cleanup test to use the new UrlMapper 2015-06-24 18:40:04 +02:00
test_lib refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
transform fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
util fix: Class factory now adds annotations 2015-06-15 22:23:54 -07:00