UNPKG

395 BTypeScriptView Raw
1import { PipeTransform } from '@angular/core';
2import moment from 'moment';
3import * as i0 from "@angular/core";
4export declare class DateFormatPipe implements PipeTransform {
5 transform(value: moment.MomentInput, ...args: any[]): string;
6 static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
7 static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "amDateFormat">;
8}