Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ disableDebugTools
Function
disableDebugTools
packages/platform-browser/src/browser/tools/tools.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
* @publicApi
39
*/
40
export
function
disableDebugTools(): void {
41
exportNgVar(PROFILER_GLOBAL_NAME, null);
42
}
Callers
1
tools_spec.ts
File · 0.85
Calls
1
exportNgVar
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…