UNPKG

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