angular-cn/modules/angular2/test/di
Misko Hevery 1eea2b254e feat: allow for forward references in injection
It is possible for a class defined first to be referencing a class defined later,
and as a result at the time of the definition it is not possible to access the later's
class reference. This allows to refer to the later defined class through
a closure.Closes #1891
2015-05-15 21:12:57 -07:00
..
async_spec.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
binding_dart_spec.dart fix: Fix issues found by Dart analyzer 2015-04-15 20:58:29 -07:00
forward_ref_spec.js feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
injector_dart_spec.dart feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00
injector_spec.js feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
key_dart_spec.dart feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00
key_spec.js docs: add DI to public docs 2015-04-17 03:56:17 +00:00