angular / 5 / api / core / pipetransform.html

PipeTransform

interface

Interface Overview

interface PipeTransform { 
  transform(value: any, ...args: any[]): any
}

Members

transform(value: any, ...args: any[]): any

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/PipeTransform