- Template: app
- Created ABP Studio Version: 2.2.1
- Current ABP Studio Version: 2.2.1
- Tiered: Yes
- Multi-Tenancy: Yes
- UI Framework: angular
- Theme: leptonx
- Theme Style: system
- Theme Menu Placement: side
- Progressive Web App: No
- Run Progressive Web App Support: No
- Database Provider: ef
- Database Management System: postgresql
- Separate Tenant Schema: Yes
- Mobile Framework: none
- Public Website: No
- Social Login: Yes
- Include Tests: Yes
- Kubernetes Configuration: No
- Distributed Event Bus: rabbitmq
- Use Local References: No
- Optional Modules:
- GDPR
- FileManagement
- TextTemplateManagement
- LanguageManagement
- AuditLogging
- Chat
- OpenIddictAdmin
- Selected Languages:
Chinese (Simplified), Chinese (Traditional), English, English (United Kingdom), French, German (Germany), Italian, Portuguese (Brazil), Spanish, Turkish
- Default Language: Chinese (Simplified)
- Create Command: abp new Analision -t app --tiered --ui-framework angular --database-provider ef --database-management-system postgresql --theme leptonx --separate-tenant-schema --skip-migration --skip-migrator --without-cms-kit --sample-crud-page --dont-run-install-libs --dont-run-bundling -chat -file-management
- Exception message and full stack trace:
- Steps to reproduce the issue:
When creating a layered solution with ABP Studio, I choose Angular as the frontend. However, in the generated Angular project, many essential files such as package.json and angular.json are missing. In contrast, when creating a single layered solution, all the necessary files are generated.
Why does this happen, and how can I ensure that all the required files are created when setting up a layered solution with Angular in ABP Studio?