angular2
Version:
Angular 2 - a web framework for modern web apps
12 lines (11 loc) • 414 B
JavaScript
/**
* @module
* @public
* @description
*
* 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
* used by Angular to resolve dependencies.
*
*/
export * from './src/core/annotations/annotations';