Multiple Lazy chunk files for one lazy loading module in angular
I have two lazy loadig modules in my angular application. Once I build the application, I noticed that 2 Lazy chunk files are generated for same module with same name as shown below.
Angular lazy laoding same modue with two routes
I have this routing currently in my app-routing module.