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

10 lines
473 B
TypeScript

import { PipeTransform } from '@angular/core';
import * as moment from 'moment';
import * as ɵngcc0 from '@angular/core';
export declare class FromUtcPipe implements PipeTransform {
transform(value: moment.MomentInput, formats?: string | string[], ...args: string[]): any;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FromUtcPipe, never>;
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<FromUtcPipe, "amFromUtc">;
}
//# sourceMappingURL=from-utc.pipe.d.ts.map