angular-cn/modules/examples
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
..
e2e_test fix(testing): Fixed race condition in WebWorker and Routing tests 2015-07-30 18:54:12 +00:00
src cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
test/benchpress chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
pubspec.yaml feat(transformers): directive aliases in Dart transformers (fix #1747) 2015-07-23 15:25:32 -07:00