填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

enableDebugTools

可通过浏览器的开发者控制台访问的已启用 Angular 调试工具。

Enabled Angular debug tools that are accessible via your browser's developer console.

查看"说明"...

      
      enableDebugTools<T>(ref: ComponentRef<T>): ComponentRef<T>
    
参数
ref ComponentRef
返回值

ComponentRef<T>

说明

Usage:

  1. 打开开发人员控制台(例如,Chrome 中是 Ctrl + Shift + j)

    Open developer console (e.g. in Chrome Ctrl + Shift + j)

  2. 输入 ng.(通常,控制台会显示自动完成建议)

    Type ng. (usually the console will show auto-complete suggestion)

  3. 试用变更检测剖析器 ng.profiler.timeChangeDetection() 然后按 Enter。。

    Try the change detection profiler ng.profiler.timeChangeDetection() then hit Enter.