angular-cn/modules/angular2/core.js

18 lines
670 B
JavaScript
Raw Normal View History

export * from './src/core/annotations/visibility';
export * from './src/core/compiler/interfaces';
export * from './src/core/annotations/template';
export * from './src/core/application';
export * from './src/core/annotations/di';
export * from './src/core/compiler/compiler';
2015-04-02 17:40:49 -04:00
// TODO(tbosch): remove this once render migration is complete
export * from 'angular2/src/render/dom/compiler/template_loader';
export * from './src/core/compiler/private_component_loader';
export * from './src/core/compiler/private_component_location';
export * from './src/core/compiler/view';
export * from './src/core/compiler/view_container';
export * from './src/core/dom/element';
2015-04-02 17:40:49 -04:00