Files
Angular-Docs-Cn/modules/@angular/common/src/directives.ts
T

14 lines
543 B
TypeScript
Raw Normal View History

/**
* @module
* @description
* Common directives shipped with Angular.
*/
2016-06-08 16:38:52 -07:00
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';
2016-06-08 16:38:52 -07:00
export {NgLocalization, NgPlural, NgPluralCase} from './directives/ng_plural';
export {NgStyle} from './directives/ng_style';
export {NgSwitch, NgSwitchCase, NgSwitchDefault} from './directives/ng_switch';
2016-06-08 16:38:52 -07:00
export {NgTemplateOutlet} from './directives/ng_template_outlet';