angular-date-value-accessor
Version:
A set of ControlValueAccessors for Angular to work with Browser's native date input elements. Now you can use <input type='date'> with template-driven and reactive forms!
8 lines (7 loc) • 441 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./iso-date-value-accessor";
export declare class IsoDateValueAccessorModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IsoDateValueAccessorModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IsoDateValueAccessorModule, never, [typeof i1.IsoDateValueAccessor], [typeof i1.IsoDateValueAccessor]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IsoDateValueAccessorModule>;
}