enableDebugTools
可通过浏览器的开发者控制台访问的已启用 Angular 调试工具。
Enabled Angular debug tools that are accessible via your browser's developer console.
说明
Usage:
打开开发人员控制台(例如,Chrome 中是 Ctrl + Shift + j)
Open developer console (e.g. in Chrome Ctrl + Shift + j)
输入
ng.
(通常,控制台会显示自动完成建议)Type
ng.
(usually the console will show auto-complete suggestion)试用变更检测剖析器
ng.profiler.timeChangeDetection()
然后按 Enter。。Try the change detection profiler
ng.profiler.timeChangeDetection()
then hit Enter.