NgModules

The NgModules tab displays the AppModule and any other submodule that is currently loaded into memory:

  1. Launch the /home route of the app
  2. Observe the NgModules tab, as follows:
Augury NgModules

You'll note that only the AppModule is loaded. However, since our application has a lazy-loaded architecture, none of our other modules are yet loaded.

  1. Navigate to a page in the ManagerModule
  2. Then, navigate to a page in the UserModule
  3. Finally, navigate back to the /home route
  1. Observe the NgModules tab, as shown:
Augury NgModules with Three ...

Get Angular 6 for Enterprise-Ready Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.