angular/modules/angular2/src/render/dom/view
Rado Kirov 457c15cd6c feat(decorators): adds decorator versions of DI annotations.
In 'angular2/di' the symbol:
- Inject is a decorator
- InjectAnnotation is an annotation

Internally one an get a hold of annotations without *Annotations appened
(to make ts2dart work without workarounds) by importing from
'angular2/src/di/annotations_impl' instead of 'angular2/di'. This is
needed only for users that transpile through TS and through ts2dart.
2015-05-04 13:35:09 -07:00
..
element_binder.js refactor(view): provide ViewContainers dynamically on any element 2015-04-17 12:35:59 -07:00
property_setter_factory.js refactor(render): user render compiler 2015-04-03 23:41:00 -07:00
proto_view.js feat(view): add imperative views 2015-04-20 17:18:44 -07:00
proto_view_builder.js feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
view.js feat(view): add imperative views 2015-04-20 17:18:44 -07:00
view_container.js refactor(view): provide ViewContainers dynamically on any element 2015-04-17 12:35:59 -07:00
view_factory.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
view_hydrator.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00