@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines • 712 B
TypeScript
import { EventEmitter } from '@angular/core';
import { BsModalRef } from 'ngx-bootstrap/modal';
import * as i0 from "@angular/core";
export declare class CurrentPasswordModalComponent {
private modal;
currentPasswordEmitter: EventEmitter<string>;
password: string;
constructor(modal: BsModalRef);
passwordConfirm(): void;
cancel(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CurrentPasswordModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CurrentPasswordModalComponent, "c8y-current-password-modal", never, {}, { "currentPasswordEmitter": "currentPasswordEmitter"; }, never, never, true, never>;
}
//# sourceMappingURL=current-password-modal.component.d.ts.map