ABP Suite Angular UI Generation Issue
Description
ABP Suite 9.3.2 is not auto-generating Angular UI components when creating entities, while the same process works perfectly in version 9.2.2.
Issue Details
- Working Version: ABP Suite 9.2.2 - Angular UI components (pages, forms, services) are auto-generated successfully when creating entities
- Broken Version: ABP Suite 9.3.2 - Angular UI components are NOT being generated for new entities
- Backend Generation: Works correctly in both versions (Domain, Application layers generate properly)
- UI Framework: Angular with LeptonX Lite theme
Environment
- ABP Suite: 9.3.2 (problematic) vs 9.2.2 (working)
- UI Framework: Angular
- Theme: LeptonX Lite
- Database Provider: Entity Framework
Steps to Reproduce
- Create new project with ABP Suite 9.3.2
- Add entity through Suite interface
- Generate code
- Result: Backend code generates, but Angular UI components are missing
Expected Behavior (Working in 9.2.2)
When creating an entity, the following should be auto-generated:
- Angular list component
- Create/Edit forms
- Angular services
- Routing configuration
- UI pages in the Angular project
Impact
This appears to be a regression between versions 9.2.2 and 9.3.2. The missing UI generation is blocking development as manual creation of Angular components defeats the purpose of using ABP Suite.
also i can not create project with version 9.2.2 to proceed working.
Request
Please investigate this regression and provide either:
- A fix for version 9.3.2
- Guidance on staying with 9.2.2 until resolved
- Known workarounds for the UI generation issue in 9.3.2
This is a critical issue affecting the core functionality of ABP Suite.