Skip to content

customDatePipe

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/pipes/customDatePipe.ts (line 4)

Part of: Frontend

Implements: PipeTransform

Methods

MethodSignatureReturns
transformtransform(value: string)void

Where it refuses work

  • customDatePipe stops the work with an early return when value == null.

Was this page helpful?

Download as PDF