10 lines
452 B
TypeScript
10 lines
452 B
TypeScript
import { PipeTransform } from '@angular/core';
|
|
import * as moment from 'moment';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class ParsePipe implements PipeTransform {
|
|
transform(value: moment.MomentInput, formats: string | string[]): moment.Moment;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ParsePipe, never>;
|
|
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ParsePipe, "amParse">;
|
|
}
|
|
|
|
//# sourceMappingURL=parse.pipe.d.ts.map
|