I am still using the legacy angular api. How to generate Partial<Update> models for PATCHES #1828
jamesrusso
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello -- I am still using the legacy Angular module and I'm wanting to use Partial<> wrappers on the PATCH methods so I can only update fields which are present in the payload. What is the best approach to add this functionality short of just subclassing the services and modifying the method directly?
Beta Was this translation helpful? Give feedback.
All reactions