menu
menuAPI
Enabled Angular debug tools that are accessible via your browser's developer console.
function enableDebugTools<T>(ref: ComponentRef<T>): ComponentRef<T>;ComponentRef<T>Enabled Angular debug tools that are accessible via your browser's developer console.
Usage:
ng. (usually the console will show auto-complete suggestion)ng.profiler.timeChangeDetection()
then hit Enter.