Base solution for your next web application
Open Closed

How-to-separate-Application-project-into-multiple-projects-based-on-module-wise #12274


User avatar
0
kalidarscope created

Currently, we are using a single application project to build services for all modules, such as Users, Apps, and Menus, based on our requirements. However, this approach leads to longer load times, and the Service-proxies.ts file has grown to over 500,000 lines. Additionally, any small change requires redeploying all the projects. We are exploring ways to optimize deployment on Azure by separating the application project and creating the Service-proxies.ts file module-wise.


1 Answer(s)