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

@ -9,3 +9,4 @@
*
*/
export * from './src/core/annotations/annotations';
export * from './src/core/decorators/decorators';