How to handle ERP base application in Angular

I have Angular app currently consist of one project and multiples modules regarding that project.But my question is when ERP base application is developed in Angular ( as back end we are using .Net Core) then how to manage each ERP module because each module(Project) consist of angular modules so that at run main.js size remain small. From server side we can manage it as micro-services but how to handle them in front end side so that we easily manage main.js ( to remain safe from increasing main.js size )

Any help will be very much appreciated

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.