Abp and Asp.net Zero - Latest Version Angular and Aspnet Core - Latest Version
Hi, I am trying to establish if it is easy to add new fields into your models and existing angular pages. For example, lets say, I want to add a new field called Agency. What is the best approach so that I minimize the future version upgrades that I may download from you. Should I extend a new class from AbpUser and application service and add new properties there? Also regarding New User dialog, instead of changing your create new user dialog, can I extend it somehow to add new field so that when new future versions are downloaded, there are not any conflicts?
1 Answer(s)
-
0
Hi @fawad29
For server-side, you can extend existing classes which helps future upgrades. For client side, I sugges you to create new components for new set of fields and use them in main AspNet Zero views.