UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

13 lines 511 B
/** * @module * @description * Common directives shipped with Angular. */ export { NgClass } from './directives/ng_class'; export { NgFor } from './directives/ng_for'; export { NgIf } from './directives/ng_if'; export { NgStyle } from './directives/ng_style'; export { NgSwitch, NgSwitchWhen, NgSwitchDefault } from './directives/ng_switch'; export * from './directives/observable_list_diff'; export { CORE_DIRECTIVES } from './directives/core_directives'; //# sourceMappingURL=directives.js.map