UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

19 lines (18 loc) 999 B
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core'; import { I18nService } from '../../i18n.service'; import * as i0 from "@angular/core"; export declare class CustomDateComponent implements OnInit { i18nService: I18nService; date: string; readOnly: boolean; error: any; errorMessage: string; dateChange: EventEmitter<any>; dateSelected: any; constructor(i18nService: I18nService); ngOnInit(): void; ngOnChanges(simplechanges: SimpleChanges): void; onDateChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CustomDateComponent, "app-custom-date", never, { "date": { "alias": "date"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, false, never>; }