UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

21 lines 892 B
import { OnDestroy, OnInit } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import { StepService } from '../../services/step.service'; import * as i0 from "@angular/core"; export declare class TlStepForm implements OnInit, OnDestroy { private stepService; form: UntypedFormGroup; validateForm: boolean; label: string; templateIcon: any; selected: boolean; private subscription; constructor(stepService: StepService); ngOnInit(): void; changes(): void; statusChanges(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TlStepForm, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TlStepForm, "tl-step-form", never, { "form": "form"; "validateForm": "validateForm"; "label": "label"; "templateIcon": "templateIcon"; }, {}, never, ["*"], false, never>; } //# sourceMappingURL=step-form.d.ts.map