12 lines
384 B
JavaScript
Raw Normal View History

2015-03-17 23:29:27 +00:00
/**
* @module
* @public
* @description
2015-04-10 11:15:01 -07:00
*
* 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.
*
2015-03-17 23:29:27 +00:00
*/
export * from './src/core/annotations/annotations';