Transform Inputs Properties in Angular Easy

Open link in next tab

Transform Inputs Properties in Angular Easy

https://dev.to/danywalls/transform-inputs-properties-in-angular-easy-n7a

When building components, defining the interfaces to be used by consumers is often challenging. We...

Transform Inputs Properties in Angular Easy

Great usecase for the transforming @Input properties.

We will have to refactor a huge (and I mean huge) component for a customer in the near future. The consuming teams should not notice any of this. transform could be very useful for this.