From fea2a0f2ac0ddaa9c2e2a3e5c614b44ac7d2a26c Mon Sep 17 00:00:00 2001 From: javatutorials2016 Date: Fri, 22 Mar 2019 19:01:25 -0400 Subject: [PATCH] docs: update Shortcut keys for Developer tools in chrome Browser on Windows machine (#29485) PR Close #29485 --- aio/content/guide/lazy-loading-ngmodules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/lazy-loading-ngmodules.md b/aio/content/guide/lazy-loading-ngmodules.md index b6bb171d14..e59a325ee8 100644 --- a/aio/content/guide/lazy-loading-ngmodules.md +++ b/aio/content/guide/lazy-loading-ngmodules.md @@ -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.
lazy loaded modules diagram