/** * @module * @description * Common directives shipped with Angular. */ export {CORE_DIRECTIVES} from './directives/core_directives'; export {NgClass} from './directives/ng_class'; export {NgFor} from './directives/ng_for'; export {NgIf} from './directives/ng_if'; export {NgLocalization, NgPlural, NgPluralCase} from './directives/ng_plural'; export {NgStyle} from './directives/ng_style'; export {NgSwitch, NgSwitchCase, NgSwitchDefault} from './directives/ng_switch'; export {NgTemplateOutlet} from './directives/ng_template_outlet';