docs: update Shortcut keys for Developer tools in chrome Browser on Windows machine (#29485)
PR Close #29485
This commit is contained in:
parent
e0dcd11a49
commit
fea2a0f2ac
|
@ -180,7 +180,7 @@ Now, if you view the app in the browser, the three buttons take you to each modu
|
|||
|
||||
## Confirm it’s working
|
||||
|
||||
You can check to see that a module is indeed being lazy loaded with the Chrome developer tools. In Chrome, open the dev tools by pressing `Cmd+Option+i` on a Mac or `Ctrl+Shift+J` on a PC and go to the Network Tab.
|
||||
You can check to see that a module is indeed being lazy loaded with the Chrome developer tools. In Chrome, open the dev tools by pressing `Cmd+Option+i` on a Mac or `Ctrl+Shift+j` on a PC and go to the Network Tab.
|
||||
|
||||
<figure>
|
||||
<img src="generated/images/guide/lazy-loading-ngmodules/network-tab.png" width="600" alt="lazy loaded modules diagram">
|
||||
|
|
Loading…
Reference in New Issue