Files
flights_web_raw/apps/angular/node_modules/ngx-moment/locale.pipe.d.ts
T

10 lines
445 B
TypeScript

import { PipeTransform } from '@angular/core';
import * as moment from 'moment';
import * as ɵngcc0 from '@angular/core';
export declare class LocalePipe implements PipeTransform {
transform(value: moment.MomentInput, locale: string): moment.Moment;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LocalePipe, never>;
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<LocalePipe, "amLocale">;
}
//# sourceMappingURL=locale.pipe.d.ts.map