10 lines
459 B
TypeScript
10 lines
459 B
TypeScript
import { PipeTransform } from '@angular/core';
|
|
import * as moment from 'moment';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class DateFormatPipe implements PipeTransform {
|
|
transform(value: moment.MomentInput, ...args: any[]): string;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
|
|
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<DateFormatPipe, "amDateFormat">;
|
|
}
|
|
|
|
//# sourceMappingURL=date-format.pipe.d.ts.map
|