10 lines
445 B
TypeScript
10 lines
445 B
TypeScript
import { PipeTransform } from '@angular/core';
|
|
import * as moment from 'moment';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class ParseZonePipe implements PipeTransform {
|
|
transform(value: moment.MomentInput): moment.Moment;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ParseZonePipe, never>;
|
|
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ParseZonePipe, "amParseZone">;
|
|
}
|
|
|
|
//# sourceMappingURL=parse-zone.pipe.d.ts.map
|