iptdevs-design-system
Version:
Library common elements into IPT Plattform.
17 lines (16 loc) • 580 B
TypeScript
import { Observable } from "rxjs";
import * as i0 from "@angular/core";
export interface ControlSteps {
name: string;
required: boolean;
description: string;
}
export declare class CodSelfManagedControls {
controls: Array<ControlSteps[]>;
private $controls;
constructor();
getControlValues(): Observable<Array<ControlSteps[]>>;
changeValue(step: number, controlName: string, newValue: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedControls, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CodSelfManagedControls>;
}