@ng-not-found/ng-typed-date
Version:
Directive that uses the native date picker and binds the typed value to Date.
11 lines (10 loc) • 748 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/date/ng-model-date.directive";
import * as i2 from "./directives/datetime-local/ng-model-datetime-local.directive";
import * as i3 from "@angular/forms";
import * as i4 from "@angular/common";
export declare class NgTypedDateModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgTypedDateModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgTypedDateModule, [typeof i1.NgModelDateDirective, typeof i2.NgModelDatetimeLocalDirective], [typeof i3.FormsModule, typeof i4.CommonModule, typeof i3.ReactiveFormsModule], [typeof i1.NgModelDateDirective, typeof i2.NgModelDatetimeLocalDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgTypedDateModule>;
}