angular/modules/angular2/docs
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
..
change_detection docs(change_detection): add explicit @name and @description 2015-02-17 08:08:47 +00:00
core cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
di docs(di): added a doc describing advanced di topis 2015-07-31 01:57:17 +00:00