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.0
- UI type: Angular
- DB provider: EF Core
Hello
I've got a question.. Abp Suite offers a nice solution to upgrade all packages etc to a new version, but how should we manage the interface (angular side?) If a new UI would be available, how could we implement it in our application withouth having to remake it all?
Kind regards Lotte
3 Answer(s)
-
0
Or if code in the backend changes, how can we gently merge our code and the new version of abp.io?
-
0
Hi,
We will write a release log and migration guides for each major version, like : https://blog.abp.io/abp/ABP.IO-Platform-v4.0-RC-Has-Been-Released-based-on-.NET-5.0, https://docs.abp.io/en/abp/4.0/Migration-Guides/Abp-4_0
You need to pay attention to them.
-
0
Thank you for this response, this will help a lot :)