How to load an Angular app's module efficiently?
Lazy loading an Angular module when the user doesn't have the right to access a web page?

This use case is a standard functionality we need in today's apps. We'll see how this can be easily and quickly implemented in an Angular application.