Open Closed

Can't be able to generate ui on angular for entity in a module #7851


User avatar
0
h.mahmood@fandaqah.com created
  • ABP Framework version: v8.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MySQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Can't be able to generate entity's UI on angular when create an entity for module
  • Steps to reproduce the issue:

Run command in root abp-old add-module ProductManagement -t module-pro --new --add-to-solution-file open abp suite abp suite and try to add a new entity in module ProductManagement

The entity has been created ✅

but in angular ui it does not seems to be generated for the created entity using abp suite

above I'm expecting a new component for products in product management module please reach me out to resolve this issue.

thank you


2 Answer(s)
  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    Hi Mahmood, I've created an app-pro template project with suite and after I've add a new module via your command: abp-old add-module ProductManagement -t module-pro --new --add-to-solution-file

    My environment:

    • ABP CLI: I'm using new generation of ABP CLI: https://abp.io/docs/latest/cli/differences-between-old-and-new-cli
    • ABP Suite: v8.2.0

    Then i add this module to suite and create a new entity. It seems like ok everything for me

  • User Avatar
    0
    h.mahmood@fandaqah.com created

    My abp suite version is 8.2.2 . Should I need to downgrade version to have the same result ?

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13