Do you use webpack with angular? if yes, how do you enable modularity in your angular applications using webpack? If not how do you enable modularity in your angular applications?
Yep I use webpack (non-CLI) with Angular, it's a pretty small setup to be fair, a few funky features like the AoT loader to support lazy loading. I know you're on the Ultimate Angular platform, and my "real world" projects are built with a 95% similar setup to the courses :)