cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation
BREAKING CHANGE Before import * as p from 'angular2/profile'; import * as t from 'angular2/tools'; After import * as p from 'angular2/instrumentation'; import * as t from 'angular2/platform/browser';
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Component, Directive, View, Output, EventEmitter} from 'angular2/angular2';
|
||||
import {Component, Directive, View, Output, EventEmitter} from 'angular2/core';
|
||||
import {
|
||||
ComponentFixture,
|
||||
afterEach,
|
||||
@@ -33,7 +33,6 @@ import {
|
||||
Validators,
|
||||
Validator
|
||||
} from 'angular2/common';
|
||||
import {Input, Provider, forwardRef} from 'angular2/core';
|
||||
import {By} from 'angular2/platform/browser';
|
||||
import {ListWrapper} from 'angular2/src/facade/collection';
|
||||
import {ObservableWrapper} from 'angular2/src/facade/async';
|
||||
|
||||
Reference in New Issue
Block a user