angular-cn/modules/angular2/test/di
vsavkin 985627bd65 cleanup(DI): clean up visibility decorators
BREAKING CHANGE:
    Replace @Ancestor() with @Host() @SkipSelf()
    Replace @Unbounded() wwith @SkipSelf()
    Replace @Ancestor({self:true}) with @Host()
    Replace @Unbounded({self:true}) with nothing
    Replace new AncestorMetadata() with [new HostMetadata(), new SkipSelfMetadata()]
    Replace new UnboundedMetadata() with new SkipSelfMetadata()
    Replace new Ancestor({self:true}) with new HostMetadata()
2015-07-31 02:30:26 +00: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 cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00: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