From e0dcd11a495ee4aecf238ff97dfada17b49a593b Mon Sep 17 00:00:00 2001 From: javatutorials2016 Date: Fri, 22 Mar 2019 18:36:34 -0400 Subject: [PATCH] docs: update Shortcut keys for Developer tools in chrome Browser on Windows platform (#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 cdd4b00d1c..b6bb171d14 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+Alt+i` 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