UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

13 lines 726 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UserIdConfigurationComponent implements OnInit { private static id; userIdConfig: any; withHeader: boolean; componentId: number; shouldShow(field: string): boolean; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<UserIdConfigurationComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<UserIdConfigurationComponent, "c8y-user-id-configuration", never, { "userIdConfig": { "alias": "userIdConfig"; "required": false; }; "withHeader": { "alias": "withHeader"; "required": false; }; }, {}, never, never, false, never>; } //# sourceMappingURL=user-id-configuration.component.d.ts.map