angular/modules/angular2/src/core
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
..
annotations refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
annotations_impl cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
compiler cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
life_cycle chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
testability feat(testability): Expose function getAllAngularTestabilities 2015-07-31 01:23:55 +00:00
zone style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
application.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
application.ts feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
application_common.ts feat(compiler): introduce schema for elements 2015-07-29 19:40:46 +02:00
application_static.dart fix(bootstrap): fix expressions containing bootstrap (fixes #3309) 2015-07-30 12:06:53 -07:00
application_tokens.ts fix(typings): test our .d.ts with --noImplicitAny 2015-07-24 11:24:44 -07:00
exception_handler.ts feat(core): provide an error context when an exception happens in an error handler 2015-07-28 14:22:15 -07:00