angular-cn/modules/angular2/platform/common_dom.ts

7 lines
411 B
TypeScript
Raw Normal View History

/**
* This is a set of classes and objects that can be used both in the browser and on the server.
*/
export {DomRenderer} from 'angular2/src/platform/dom/dom_renderer';
export {DOCUMENT} from 'angular2/src/platform/dom/dom_tokens';
export {SharedStylesHost, DomSharedStylesHost} from 'angular2/src/platform/dom/shared_styles_host';
export {DomEventsPlugin} from 'angular2/src/platform/dom/events/dom_events';