angular-docs-cn/modules/angular2/test
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
..
change_detection refactor(view): moved the logic from ProtoView to ProtoViewFactory 2015-05-01 13:35:17 -07:00
core feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
di feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
directives refactor(compiler): rename decorator directives into directive 2015-04-30 13:38:40 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade fix(ListWrapper): follow JS semantics 2015-04-23 09:46:09 +02:00
forms feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
mock feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
render/dom fix(compiler): clone templates before compiling them 2015-04-30 16:40:57 -07:00
router refactor(router): rename "alias" to "as" 2015-05-03 20:37:00 -07:00
services refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
test_lib fix(test_lib): support multi matches with deep equality for function calls 2015-04-24 17:53:41 -07:00
transform feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00