Kind: Class
Source: Frontend/src/app/pipes/customDatePipe.ts (line 4)
Part of: Frontend
Implements: PipeTransform
Methods
| Method | Signature | Returns |
|---|---|---|
transform | transform(value: string) | void |
Where it refuses work
customDatePipestops the work with an early return whenvalue == null.
Was this page helpful?