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) • 419 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./date-value-accessor";
export declare class DateValueAccessorModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateValueAccessorModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateValueAccessorModule, never, [typeof i1.DateValueAccessor], [typeof i1.DateValueAccessor]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateValueAccessorModule>;
}