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,6 +1,5 @@
|
||||
import {bootstrap} from 'angular2/bootstrap';
|
||||
import {ElementRef, Component, Directive, Injectable} from 'angular2/core';
|
||||
import {Renderer} from 'angular2/render';
|
||||
import {Renderer, ElementRef, Component, Directive, Injectable} from 'angular2/core';
|
||||
|
||||
export function main() {
|
||||
// Bootstrapping only requires specifying a root component.
|
||||
|
@ -1,5 +1,4 @@
|
||||
import {ElementRef, Component, Directive, View, Injectable} from 'angular2/core';
|
||||
import {Renderer} from 'angular2/render';
|
||||
import {Renderer, ElementRef, Component, Directive, View, Injectable} from 'angular2/core';
|
||||
import {StringWrapper} from 'angular2/src/facade/lang';
|
||||
|
||||
// A service available to the Injector, used by the HelloCmp component.
|
||||
|
Reference in New Issue
Block a user