angular / 5.2.11 / api / core / pipetransform.html /

PipeTransform

interface

npm Package @angular/core
Module import { PipeTransform } from '@angular/core';
Source core/src/change_detection/pipe_transform.ts

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