Skip to content

Interface: PipeTransform

Defined in: packages/core/src/pipes/pipe.interface.ts:12

Interface for pipes

Methods

transform()

ts
transform(value, metadata?): any;

Defined in: packages/core/src/pipes/pipe.interface.ts:18

Method to transform input data

Parameters

ParameterTypeDescription
valueanyThe value to transform
metadata?PipeMetadataAdditional metadata

Returns

any

Released under the MIT License.