feat(perf): change detection profiler

Closes #4000
This commit is contained in:
yjbanov
2015-09-04 14:44:24 -07:00
committed by Yegor
parent 28a29f5557
commit 8dd6c4680b
12 changed files with 202 additions and 2 deletions

View File

@ -0,0 +1,4 @@
/*
* Debugging and profiling tools for Angular 2
*/
export {enableDebugTools, disableDebugTools} from 'angular2/src/tools/tools';