1 | import { PipeTransform } from '@angular/core';
|
2 | import moment from 'moment';
|
3 | import * as i0 from "@angular/core";
|
4 | export declare class LocalTimePipe implements PipeTransform {
|
5 | transform(value: moment.MomentInput): moment.Moment;
|
6 | static ɵfac: i0.ɵɵFactoryDeclaration<LocalTimePipe, never>;
|
7 | static ɵpipe: i0.ɵɵPipeDeclaration<LocalTimePipe, "amLocal">;
|
8 | }
|