Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableColPipe

A table column pipe for formatting different values

Hierarchy

  • TableColPipe

Implements

  • PipeTransform

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private injector

injector: Injector

The app injector

Methods

transform

  • transform(value: any, pipe: PipeTransform): any
  • Format the value with the given pipe

    Parameters

    • value: any

      The value to format

    • pipe: PipeTransform

      The pipe to use

    Returns any

Generated using TypeDoc