ngx-moment
Version:
Moment.JS pipes for Angular (timeago and more)
9 lines (8 loc) • 395 B
TypeScript
import { PipeTransform } from '@angular/core';
import moment from 'moment';
import * as i0 from "@angular/core";
export declare class DateFormatPipe implements PipeTransform {
transform(value: moment.MomentInput, ...args: any[]): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "amDateFormat">;
}