Base class for all pipes in this module. Includes all formatting logic except choosing the right RawFormat.
RawFormat
Pipe logic - convert an input into a localized string via moment.js.
Extend this method to provide a way to convert NamedFormat into RawFormat.
NamedFormat
Angular Pipe API method that includes memoization. Actual code of the pipe should be implemented in convert method.
convert
Pipe input
Pipe params
Generated using TypeDoc
Base class for all pipes in this module. Includes all formatting logic except choosing the right
RawFormat.