Files
angular-docs-cn/modules/angular2/angular2.js
T

8 lines
162 B
JavaScript
Raw Normal View History

/**
* Define public API for Angular here.
*/
export * from './change_detection';
export * from './core';
export * from './directives';
2015-02-11 11:10:31 -08:00
export * from './forms';