We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fc1d6 commit ac003e3Copy full SHA for ac003e3
adev/src/content/best-practices/runtime-performance/profiling-with-chrome-devtools.md
@@ -31,7 +31,7 @@ You can enable Angular profiling in one of two ways:
31
NOTE:
32
Angular profiling works exclusively in development mode.
33
34
-Example of enabling the integration just before the application bootstrap to capture all possible events:
+Here is an example of how you can enable the integration in the application bootstrap to capture all possible events:
35
36
```ts
37
import { enableProfiling } from '@angular/core';
0 commit comments