cleanup: removes the render and lifecycle_hooks modules

BREAKING CHANGE

Before

import {Renderer} from 'angular2/render';

After

import {Renderer} form 'angular2/core';

Closes #5367
This commit is contained in:
vsavkin
2015-11-19 17:30:02 -08:00
committed by Victor Savkin
parent ae58934d52
commit 125fa3885e
12 changed files with 10 additions and 35 deletions

View File

@ -1,7 +1,6 @@
export * from './common';
export * from './core';
export * from './profile';
export * from './lifecycle_hooks';
export * from './platform/browser';
export * from './src/platform/dom/dom_adapter';
export * from './upgrade';