/** * Define public API for Angular here */ export * from './annotations/directive'; export * from './annotations/decorator'; export * from './annotations/component'; export * from './annotations/template_config'; export * from './application'; export * from 'change_detection/change_detector'; export * from 'change_detection/record_range'; export * from 'change_detection/record'; export * from './compiler/compiler'; export * from './compiler/template_loader'; export * from './compiler/view'; export * from 'core/dom/element';