angular-cn/modules/angular2/test/di
vsavkin 6f4a39c337 refactor(di): removed @Parent
BREAKING CHANGE
    The @Parent annotation has been removed. Use @Ancestor instead.
    @Parent was used to enforce a particular DOM structure (e.g., a pane component is a direct child of the tabs component).
    DI is not the right mechanism to do it. We should enforce it using schema instead.
2015-07-21 14:39:28 -07:00
..
binding_dart_spec.dart refactor(di): unified di injector and core injector 2015-06-26 15:59:18 -07:00
forward_ref_spec.ts chore(di): moved tests to typescript 2015-05-22 17:32:21 -07:00
injector_dart_spec.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
injector_spec.ts refactor(di): removed @Parent 2015-07-21 14:39:28 -07:00
key_dart_spec.dart feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00
key_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00