UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

9 lines (8 loc) 406 B
import { PipeTransform } from '@angular/core'; import { DateTime } from 'luxon'; import * as i0 from "@angular/core"; export declare class DatetimeFormatPipe implements PipeTransform { transform(dateTime: DateTime, format: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<DatetimeFormatPipe, "dateTimeFormat", false>; }