angular-docs-cn/modules/examples/src
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
..
assets feat(web-workers) Add WebWorker Renderer 2015-07-23 18:29:10 -07:00
async feat(testability): hook zone into whenstable api with async support 2015-07-24 12:46:12 -07:00
benchpress fix(benchpress): benchpress fixes and a smoke test for Dart 2015-02-23 10:50:51 -08:00
gestures feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
hello_world feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
http feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
jsonp feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
key_events feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
material chore(button): dramatically clean-up button css. 2015-07-31 01:34:17 +00:00
message_broker feat(WebWorkers) Add DOM event support 2015-07-29 23:34:43 +00:00
model_driven_forms cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
order_management cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
person_management cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
routing example(routing): adding routing example and e2e tests 2015-07-28 15:31:17 -07:00
sourcemap feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
template_driven_forms cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
todo feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
web_workers feat(WebWorkers) Add DOM event support 2015-07-29 23:34:43 +00:00
zippy_component feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00