@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
11 lines (10 loc) • 522 B
TypeScript
import { ElementRef } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class DokuEndDate {
protected elementRef: ElementRef;
protected ngControl: NgControl;
constructor(elementRef: ElementRef, ngControl: NgControl);
static ɵfac: i0.ɵɵFactoryDeclaration<DokuEndDate, [null, { optional: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DokuEndDate, "[doku-end-date]", ["dokuEndDate"], {}, {}, never, never, true>;
}