ngx-iso-form
Version:
Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.
10 lines (9 loc) • 457 B
TypeScript
import { NativeDateAdapter, MatDateFormats } from '@angular/material/core';
import * as i0 from "@angular/core";
export declare class CustomDateAdapter extends NativeDateAdapter {
format(date: Date, displayFormat: Object): string;
private _to2digit;
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateAdapter, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CustomDateAdapter>;
}
export declare const CUSTOM_DATE_FORMATS: MatDateFormats;