Open Closed

How to create and add a module with Angular UI step by step? #1135


User avatar
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)
  • User Avatar
    0
    Mehmet created

    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.

  • User Avatar
    0
    wai created

    Thanks Mehmet.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11