angular/modules/examples/src
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
..
benchpress fix(benchpress): benchpress fixes and a smoke test for Dart 2015-02-23 10:50:51 -08:00
forms refactor(compiler): rename decorator directives into directive 2015-04-30 13:38:40 -07:00
gestures feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
hello_world feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
key_events feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
material feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
sourcemap fix(exception_handler): log errors via console.error 2015-04-30 11:45:34 -07:00
todo feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00