You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/tools/devtools.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ When you open the extension, you'll see two additional tabs:
19
19
20
20
| Tabs | Details |
21
21
|:--- |:--- |
22
-
|[Components](tools/devtools#components)| Lets you explore the components and directives in your application and preview or edit their state. |
23
-
|[Profiler](tools/devtools#profiler)| Lets you profile your application and understand what the performance bottleneck is during change detection execution. |
22
+
|[Components](tools/devtools#debug-your-application)| Lets you explore the components and directives in your application and preview or edit their state. |
23
+
|[Profiler](tools/devtools#profile-your-application)| Lets you profile your application and understand what the performance bottleneck is during change detection execution. |
24
24
25
25
<imgsrc="assets/images/guide/devtools/devtools-tabs.png"alt="A screenshot of the top of Angular DevTools illustrating two tabs in the upper-left corner, one labeled 'Components' and another labeled 'Profiler'.">
26
26
@@ -108,7 +108,7 @@ Interact with your application to trigger change detection and generate data Ang
108
108
To finish recording, click the circle again to **Stop recording**.
109
109
110
110
You can also import an existing recording.
111
-
Read more about this feature in the [Import recording](tools/devtools#import-recording) section.
111
+
Read more about this feature in the [Import recording](tools/devtools#import-and-export-recordings) section.
0 commit comments