UNPKG

ngx-sp-infra

Version:
12 lines (11 loc) 546 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FormatByTypePipe implements PipeTransform { transform(value: string | string[] | number | Date | boolean): string; /** Método auxiliar para formatar a data */ private formatDate; /** Método para criar um Date sem fuso horário */ private parseDateWithoutTimezone; static ɵfac: i0.ɵɵFactoryDeclaration<FormatByTypePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FormatByTypePipe, "formatByType", true>; }