@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
19 lines • 922 B
TypeScript
import { AlertService } from '@c8y/ngx-components';
import { ConfigurationSnapshot, RepositoryService } from '@c8y/ngx-components/repository/shared';
import { BsModalRef } from 'ngx-bootstrap/modal';
import * as i0 from "@angular/core";
export declare class SaveToRepositoryComponent {
private modal;
private alertService;
private repositoryService;
configSnapshot: ConfigurationSnapshot;
result: Promise<any>;
private _save;
private _cancel;
constructor(modal: BsModalRef, alertService: AlertService, repositoryService: RepositoryService);
save(): Promise<void>;
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SaveToRepositoryComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SaveToRepositoryComponent, "c8y-save-config-to-configuration-repository", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=save-to-repository.component.d.ts.map