feat(decorators): adds decorators to be used by TS and Babel transpiled apps.
This commit is contained in:
4
modules/angular2/src/core/annotations/di.es6
Normal file
4
modules/angular2/src/core/annotations/di.es6
Normal file
@ -0,0 +1,4 @@
|
||||
export {
|
||||
Query as QueryAnnotation,
|
||||
Attribute as AttributeAnnotation,
|
||||
} from '../annotations_impl/di';
|
Reference in New Issue
Block a user