38a5a2a955
BREAKING CHANGE:
This change moves the http module into angular2/, so its import
path is now angular2/http instead of http/http.
Many other modules have also been moved around inside of angular2,
but the public API paths have not changed as of this commit.
14 lines
369 B
TypeScript
14 lines
369 B
TypeScript
/**
|
|
* @module
|
|
* @description
|
|
* This module provides advanced support for extending dom strategy.
|
|
*/
|
|
|
|
export * from './dom/compiler/view_loader';
|
|
export * from './dom/view/shared_styles_host';
|
|
export * from './dom/compiler/compiler';
|
|
export * from './dom/dom_renderer';
|
|
export * from './dom/dom_tokens';
|
|
export * from './dom/template_cloner';
|
|
export * from './api';
|