UNPKG

@rangertechnologies/ngnxt

Version:

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

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