0
tommy.reynolds@pentair.com created
Hi ABP Support,
Can you help me how I can change the components code in Page Generated with ABP Suite, with no affecting when it generates again. I mean when I did a change for a new field or upgrade the ABP project?
For example in AcmeBookStore project, I want to show this modal in a new component and show as a new page
If I generate it again, it will change and removed the code I had added.
How can I avoid it?
Thanks
- ABP Framework version: 7
- UI type: Angular
- DB provider: EF Core
1 Answer(s)
-
0
hi,
ABP Suite overwrites the code that it generates. For backend code, you can create partial classes to have your custom code in separate classes.