UNPKG

434 BTypeScriptView Raw
1import moment from 'moment';
2import { PipeTransform } from '@angular/core';
3import * as i0 from "@angular/core";
4export declare class IsAfterPipe implements PipeTransform {
5 transform(value: moment.MomentInput, otherValue: moment.MomentInput, unit?: moment.unitOfTime.StartOf): boolean;
6 static ɵfac: i0.ɵɵFactoryDeclaration<IsAfterPipe, never>;
7 static ɵpipe: i0.ɵɵPipeDeclaration<IsAfterPipe, "amIsAfter">;
8}