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) 394 B
import { PipeTransform } from '@angular/core'; import * as moment from 'moment'; import * as i0 from "@angular/core"; export declare class MomentFormatPipe implements PipeTransform { transform(value: moment.MomentInput, format?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<MomentFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<MomentFormatPipe, "_moment">; }