Files

10 lines
436 B
TypeScript

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