UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

15 lines 582 B
import { BsModalService } from 'ngx-bootstrap/modal'; import * as i0 from "@angular/core"; export declare class AddBrandingModalService { private modal; constructor(modal: BsModalService); openAddBrandingModal(): Promise<Partial<{ brandingName: string; }>>; openDuplicateBrandingModal(): Promise<Partial<{ brandingName: string; }>>; static ɵfac: i0.ɵɵFactoryDeclaration<AddBrandingModalService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AddBrandingModalService>; } //# sourceMappingURL=add-branding-modal.service.d.ts.map