- ABP Framework version: v8.1.0
- UI Type: MVC
- Database System: MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): no
Actually I’m looking to generate additional Angular UI components for our current project. The current Razor view-generated pages UI doesn't quite meet our expectations. Can you recommend an easy-to-integrate UI framework that works well with the Lepton Pro theme?
12 Answer(s)
-
0
hi
Does the abp suite meet your requirements?
-
0
hi
Does the abp suite meet your requirements?
The ABP Suite has been fantastic for generating components and has saved a lot of development time. However, I'm finding it challenging to enhance the UI to the level we desire. The suite's convenience has admittedly made me a bit lazy in this regard, so I’m reaching out for your guidance.
Could you recommend a UI framework that integrates smoothly with ABP and the Lepton Pro theme? We're looking for something that can help us achieve a more polished and modern look and save time too.
Thanks for your help!
-
0
hi
Lepton is a UI theme based on Bootstrap. I think you can use any UI framework compatible with Bootstrap 5.
-
0
Okay and what about generating Angular ui?
Right now i am getting following error while generating Master-Child Entities
Make sure ABP Suite version is equal to the
Volo.Abp.Commercial.SuiteTemplates
package version and that your solution has been built recently. The template below is missing: Volo.Abp.Commercial.SuiteTemplates.Templates.Server.Domain.MasterEntityDeletedEventHandler.txt -
0
hi
The suite is the only tool to generate code.
Make sure ABP Suite version is equal to the Volo.Abp.Commercial.SuiteTemplates package version and that your solution has been built recently. The template below is missing: Volo.Abp.Commercial.SuiteTemplates.Templates.Server.Domain.MasterEntityDeletedEventHandler.txt
Can you create a new question? we will refund your credits.
-
0
Volo.Abp.Commercial.SuiteTemplates.Templates.Server.Domain.MasterEntityDele
This error ii resolved by updating all the packages.
How can i use abp suite to generate UI for angular as project is MVC razor pages. Where should i change the configuration so it will generate angular UI
-
0
This error ii resolved by updating all the packages.
Great 👍
How can i use abp suite to generate UI for angular as project is MVC razor pages. Where should i change the configuration so it will generate angular UI
I will ask our suite teammate.
-
0
Any Update?
-
0
How can i use abp suite to generate UI for angular as project is MVC razor pages. Where should i change the configuration so it will generate angular UI
Hi, I did not understand what you meant. Can you please explain it?
-
0
. How can i use abp suite to generate UI for angular as project was originally generated with MVC razor pages. Where should i change the configuration so it will generate angular UI
-
0
. How can i use abp suite to generate UI for angular as project was originally generated with MVC razor pages. Where should i change the configuration so it will generate angular UI
ABP does not create only Angular project for your existing solution. You should create an angular project and copy the angular folder and make the related configurations for your existing solution.
Then, you can open the
appsettings.json
file under the %UserProfile%.abp\suite folder and change your application's UI as angular. Then, you can generate CRUD pages for Angular UI. -
0
hi
Does the abp suite meet your requirements?
The ABP Suite has been fantastic for generating components and has saved a lot of development time. However, I'm finding it challenging to enhance the UI to the level we desire. The suite's convenience has admittedly made me a bit lazy in this regard, so I’m reaching out for your guidance.
Could you recommend a UI framework that integrates smoothly with ABP and the Lepton Pro theme? We're looking for something that can help us achieve a more polished and modern look and save time too.
Thanks for your help!
We kind of came to the same conclusion for our project(s) resulting in that we mainly used ABP Suite for generation of non UI code to save some time but instead built the UI ourselves with something like DevExpress, Telerik etc. Especially with LOB applications where a powerful datagrip component is a requirement etc.