Module Routing Strategies in Angular
Open on Github: https://github.com/niharika293/angular-module-strategies
Loading of a module can be achieved in 3 ways -
Eagerly Loading {Default}: This will load all the modules all at once, even before our app starts.
-> For small apps, it's a v...
niharikagurnani.hashnode.dev5 min read