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