angular-cn/modules/angular2/test/core
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
..
annotations feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
compiler feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
application_spec.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00