UNPKG

@yoyoboot/l-52abp-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.

9 lines (8 loc) 386 B
import { PipeTransform } from '@angular/core'; import * as moment from 'moment'; import * as i0 from "@angular/core"; export declare class MomentFromNowPipe implements PipeTransform { transform(value: moment.MomentInput): string; static ɵfac: i0.ɵɵFactoryDeclaration<MomentFromNowPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<MomentFromNowPipe, "momentFromNow">; }