Noticed in web api its nice to have a view model layer in between sql models in entity framework and what is presented to front end as endpoints. But would like to only have to update one set of view models between frontend and middle tier web api services.
Question: Is there a tool or intermediary utility that allows maintaining only one set of models or view models shared between the front end and middle tier between an Angular > 2.0 front end app and a .net WebApi project?
Curently using .net 4.7.2 and Angular 6.