docs: update Shortcut keys for Developer tools in chrome Browser on Windows machine (#29485)

PR Close #29485
This commit is contained in:
javatutorials2016 2019-03-22 19:01:25 -04:00 committed by Miško Hevery
parent e0dcd11a49
commit fea2a0f2ac
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Now, if you view the app in the browser, the three buttons take you to each modu
## Confirm its 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">