Implements

  • PipeTransform

Constructors

Methods

Constructors

Methods

  • Method to implement a custom pipe. Called with two parameters

    Parameters

    • value: unknown

      argument before it is received by route handler method

    • metadata: ArgumentMetadata

      contains metadata about the value

    Returns Promise<unknown>