angular-docs-cn/modules/angular2/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
..
change_detection feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -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 fix(exception_handler): log errors via `console.error` 2015-04-30 11:45:34 -07:00
facade chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00
forms feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
mock refactor(router): rename LocationMock to LocationSpy 2015-05-01 16:41:25 -07:00
reflection chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00
render feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
router refactor(router): rename "alias" to "as" 2015-05-03 20:37:00 -07:00
services feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
test_lib fix(view): changed view manager to hydrate change detector after creating directives 2015-04-30 22:01:55 -07:00
transform refactor(compiler): rename decorator directives into directive 2015-04-30 13:38:40 -07:00
util feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00