angular-cn/modules/angular2/annotations.js

13 lines
464 B
JavaScript
Raw Normal View History

2015-03-17 19:29:27 -04:00
/**
* @module
* @public
* @description
2015-04-10 14:15:01 -04:00
*
* Annotations provide the additional information that Angular requires in order to run your application. This module
* contains {@link Component}, {@link Decorator}, and {@link View} annotations, as well as {@link Parent} and {@link Ancestor} annotations that are
2015-04-10 14:15:01 -04:00
* used by Angular to resolve dependencies.
*
2015-03-17 19:29:27 -04:00
*/
export * from './src/core/annotations/annotations';
export * from './src/core/decorators/decorators';