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:
- Simply created a new entity
- Pressed the Save and generate button
- It generates the entity in my .Domain project. And it creates a migration and applies it to the database.
- Nothing is generated in my angular project.
Am I doing something wrong?
3 Answer(s)
-
0
Hi,
Did you change the location of Angular project folder?
-
0
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.
-
0
Moved the project over to windows. It is now generating the angular UI components fine.