The Wayback Machine - https://web.archive.org/web/20240920155603/https://angular.dev/api/core/PipeTransform/
@angular/core

PipeTransform

interface

An interface that is implemented by pipes in order to perform a transformation. Angular invokes the transform method with the value of a binding as the first argument, and any parameters as the second argument in list form.

  
    interface PipeTransform {}
  
  
Jump to details
HTTPS · web.archive.org
← Home