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

7 lines
164 B
JavaScript
Raw Normal View History

/**
* Define public API for Angular here.
*/
export * from 'change_detection/change_detection';
export * from 'core/core';
export * from 'directives/directives';