This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
angular-cn
/
modules
/
angular2
/
src
/
di
/
decorators.dart
4 lines
98 B
Dart
Raw
Normal View
History
Unescape
Escape
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 11:11:22 -07:00
library
angular2
.
di
.
decorators
;
feat(decorators): adds decorators to be used by TS and Babel transpiled apps.
2015-04-28 18:17:00 -07:00
/* This file is empty because, Dart does not have decorators. */
Reference in New Issue
Copy Permalink