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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user