-
Template: app-nolayers
-
Created ABP Studio Version: 0.9.25
-
Current ABP Studio Version: 0.9.25
-
Multi-Tenancy: No
-
UI Framework: angular
-
Theme: leptonx
-
Theme Style: system
-
Run Install Libs: Yes
-
Database Provider: ef
-
Database Management System: sqlserver
-
Create Initial Migration: Yes
-
Run Db Migrator: Yes
-
Use Local References: No
-
Following the doc https://abp.io/docs/latest/tutorials/modular-crm/part-01 I already imported the module into my main application
. However I am still not be able to view the module when the application starts up
-
Also Is there a way to run the modules in a standalone mode? Let's say I have multiple people on my team developing modules invidually, and is there a way they can build the module and run them on their own before install the modules into the main application?
2 Answer(s)
-
0
Hi, we are currently preparing the angular UI version of our modular-monolith development tutorial, which you can see in the progress at https://github.com/abpframework/abp/issues/20827.
. However I am still not be able to view the module when the application starts up
I have shared short info on what you should do in a GitHub issue, you can check at https://github.com/abpframework/abp/issues/20827#issuecomment-2624232973
Also Is there a way to run the modules in a standalone mode? Let's say I have multiple people on my team developing modules invidually, and is there a way they can build the module and run them on their own before install the modules into the main application?
There is a
dev-app
project in the module templates and they can be used to run related module separately. But, in the future versions, we are aiming to remove thedev-app
project from the module template, because modules should not be runnable separately (at least this is what we are suggesting for most of the applications).Regards.
-
0
Hi Engincan,
Following up on this question, our project has ~50+ modules being developed by number of developers. We counted on the way ABP Studio makes the modules testable in a standalone dev-app before integrating into the large main app. Could you provide some guidance/sample on how to make it work? I'm noticing that the Issue https://github.com/abpframework/abp/issues/20827 got pushed to v9.3 now. We can't wait for 3 months.
Many thanks!
Sergei