13 lines
322 B
JavaScript
Raw Normal View History

/**
* Define public API for Angular here
*/
export * from './annotations/directive';
export * from './annotations/component';
export * from './annotations/template_config';
export * from './compiler/compiler';
export * from './compiler/template_loader';
export * from './view/proto_view';
export * from './view/view';