8. Run the application and inspect the lazy loaded JavaScript
Extras
1. Add extra project to CLI App
In the terminal run
ng generate application my-other-app
2. Add npm package library to your app
In the terminal run
ng generate library my-lib
As of Angular CLI version 6+ you can now have multiple projects in an Angular app. It is early days and no support for sharing modules between apps and best practices or schematics made. That is what Nx can help with. You can read more on the Angular CLI limited docs
Angular CLI v6 comes with library support via plugged into the build system we use in Angular CLI, together with schematics for generating a library.