I have data coming from server that are formatted in meters but in the interface I need to display and edit in inches then send it back to server again in meters. There is some technique to handle the conversion dynamically, say using a converter function bound to formControl or whatever? I'm using angular material components.
Thanks in advance
pipe(map(x=>...))after the httClient.get the value/s and before send the data make the proper conversion. This allow your component works on inches