When creating a custom pipe, implementing the _____ interface ensures that the pipe recalculates only when the input values change.

  • DynamicPipe
  • OnChanges
  • PipeTransform
  • PipeUpdate
When creating a custom pipe in Angular, implementing the PipeTransform interface ensures that the pipe recalculates only when the input values change.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *