Open Closed

ABP Suite not generating Angular UI components #982


User avatar
0
dwoodard created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.2.1
  • 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:
  1. Simply created a new entity

  1. Pressed the Save and generate button
  2. It generates the entity in my .Domain project. And it creates a migration and applies it to the database.
  3. Nothing is generated in my angular project.

Am I doing something wrong?


3 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    Did you change the location of Angular project folder?

  • User Avatar
    0
    dwoodard created

    Hi,

    Did you change the location of Angular project folder?

    No, using the default location as set when I created the project using abp suite. However, I am running it on a mac. Does that make a difference? I can move the project to windows and see if this problem goes away.

  • User Avatar
    0
    dwoodard created

    Moved the project over to windows. It is now generating the angular UI components fine.

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