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:
@@ -39,7 +39,7 @@ export * from '../src/common/forms';
|
||||
export {DebugElement} from '../src/core/debug/debug_element';
|
||||
export * from '../src/core/change_detection';
|
||||
|
||||
export * from '../profile';
|
||||
export * from '../instrumentation';
|
||||
export * from '../src/web_workers/worker/application';
|
||||
export {
|
||||
ClientMessageBroker,
|
||||
|
||||
Reference in New Issue
Block a user