0
wai created
Please be in awe of how to create a module and integrate it into your Angular application. Describe step by step.
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
2 Answer(s)
-
0
Hi wai
Have you seen the web application development tutotial? This covers creating a new module and including that to the app.
If you want to create a separated module for using that more than one Angular app, you can create a module solution. Please see the module template details: https://docs.abp.io/en/abp/4.3/Startup-Templates/Module
If you still have any questions after looking through these documents, please ask them in detail.
-
0
Thanks Mehmet.