angular-docs-cn/modules/angular2/test/di
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
..
async_spec.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
binding_dart_spec.dart fix: Fix issues found by Dart analyzer 2015-04-15 20:58:29 -07:00
injector_spec.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
key_spec.js docs: add DI to public docs 2015-04-17 03:56:17 +00:00