feat(decorators): adds decorators to be used by TS and Babel transpiled apps.

This commit is contained in:
Rado Kirov
2015-04-28 18:17:00 -07:00
parent 648c514c28
commit fb67e37339
116 changed files with 2995 additions and 1805 deletions

View File

@ -0,0 +1,4 @@
export {
Query as QueryAnnotation,
Attribute as AttributeAnnotation,
} from '../annotations_impl/di';