UNPKG

ng-prime-tools

Version:

An advanced PrimeNG table for Angular

11 lines 655 B
import { DateFormatType } from '../types/date-format.type'; import { DateInputType } from '../types/date-input.type'; import * as i0 from "@angular/core"; export declare class PTDateService { constructor(); assignDefaultDateFormat(dateInputType: DateInputType, currentFormat?: DateFormatType): DateFormatType; validateDateFormatAndType(dateFormat: DateFormatType, dateInputType: DateInputType, minValue?: string, maxValue?: string, hourFormat?: '12' | '24'): void; static ɵfac: i0.ɵɵFactoryDeclaration<PTDateService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PTDateService>; } //# sourceMappingURL=pt-date.service.d.ts.map