Open Closed

Custom Module with Angular UI #6989


User avatar
0
i.ullah@fandaqah.com created

Create a custom module and add entity in custom module but did not showing in front end.

  • ABP Framework version: v8.0.5
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

4 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    Please share steps to reproduce the issue.

    Thanks

  • User Avatar
    0
    i.ullah@fandaqah.com created

    Hello ,

    Please share steps to reproduce the issue.

    Thanks

    Create a custom module from abp suite. after creating custom module add CRUD page generator from ABP suite in custom module solution but did not showing from front end side.

  • User Avatar
    0
    i.ullah@fandaqah.com created

    any update ?

  • User Avatar
    0
    yusuf.cirak created
    Support Team Angular Developer

    Hi,

    I wasn't able to reproduce your issue.

    I followed the steps you mentioned. Additionally:

    • I added permissions to my user for my new module.
    • I ran dotnet ef migrations add migration_name command then run the DbMigrator app to apply the migrations to the database.

    After applying these, there was no issue.

    Have you applied these steps too, or is there something im missing?

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