0
devmahmod created
1 Answer(s)
-
0
Hi, unfortunately, while creating a solution template, there is no default way for that. You can create an Angular application, with public web (MVC/Razor Pages) application.
But, if you want then you can add a new web application through ABP Studio UI. Refer to https://abp.io/docs/latest/studio/solution-explorer#adding-a-new-empty-module
You basically need to right-click and add a web application after creating the solution, so you can have angular, mvc/razor for backend, and for back office application (mvc/razor pages).
Regards.