angular-cn/modules/angular2/annotations.js

12 lines
384 B
JavaScript

/**
* @module
* @public
* @description
*
* Annotations provide the additional information that Angular requires in order to run your application. This module
* contains [Component], [Decorator], and [View] annotations, as well as [Parent] and [Ancestor] annotations that are
* used by Angular to resolve dependencies.
*
*/
export * from './src/core/annotations/annotations';