@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
17 lines • 951 B
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import { FormBuilder, FormGroup } from '@angular/forms';
import { IApplication } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class ApplicationPropertiesFormComponent implements OnChanges {
private formBuilder;
formGroup: FormGroup;
application: IApplication;
disabled: boolean;
constructor(formBuilder: FormBuilder);
ngOnChanges(changes: SimpleChanges): void;
private initForm;
private setForm;
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationPropertiesFormComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationPropertiesFormComponent, "c8y-application-properties-form", never, { "application": { "alias": "application"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=application-properties-form.component.d.ts.map