ngx-date-fns-tz
Version:
@date-fns/tz pipes for Angular
9 lines (8 loc) • 455 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FormatInTimeZonePurePipe implements PipeTransform {
private service;
transform(date: Date | string | number, tz?: string | null, fmt?: string | null): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FormatInTimeZonePurePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<FormatInTimeZonePurePipe, "dfnsFormatInTimeZonePure", true>;
}