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
+1 -1
View File
@@ -1,4 +1,4 @@
export * from '../lifecycle_hooks';
export * from '../src/core/linker/interfaces';
export * from '../src/core/metadata';
export * from '../src/core/util';
export * from '../src/core/di';