angular-cn/modules/angular2/directives.js

5 lines
178 B
JavaScript
Raw Normal View History

export * from './src/directives/ng_if';
export * from './src/directives/ng_non_bindable';
export * from './src/directives/ng_repeat';
export * from './src/directives/ng_switch';