UNPKG

ngx-moment

Version:

Moment.JS pipes for Angular (timeago and more)

9 lines (8 loc) 415 B
import { PipeTransform } from '@angular/core'; import moment from 'moment'; import * as i0 from "@angular/core"; export declare class AddPipe implements PipeTransform { transform(value: moment.MomentInput, amount: moment.DurationInputArg1, unit?: moment.DurationInputArg2): any; static ɵfac: i0.ɵɵFactoryDeclaration<AddPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<AddPipe, "amAdd">; }