chore(API): cleaned up top level imports (render)
This commit is contained in:
@ -8,23 +8,10 @@ export {commonBootstrap as bootstrap} from 'angular2/src/core/application_common
|
||||
// to resolve imports very very very slowly. See also a similar notice in
|
||||
// bootstrap.ts
|
||||
export * from './annotations';
|
||||
export * from './core';
|
||||
export * from './change_detection';
|
||||
export * from './core';
|
||||
export * from './di';
|
||||
export * from './forms';
|
||||
export * from './directives';
|
||||
export * from './http';
|
||||
export {
|
||||
RenderEventDispatcher,
|
||||
Renderer,
|
||||
RenderElementRef,
|
||||
RenderViewRef,
|
||||
RenderProtoViewRef,
|
||||
RenderFragmentRef,
|
||||
RenderViewWithFragments
|
||||
} from 'angular2/src/render/api';
|
||||
export {
|
||||
DomRenderer,
|
||||
DOCUMENT_TOKEN,
|
||||
DOM_REFLECT_PROPERTIES_AS_ATTRIBUTES
|
||||
} from 'angular2/src/render/dom/dom_renderer';
|
||||
export * from './forms';
|
||||
export * from './render';
|
||||
|
Reference in New Issue
Block a user