angular-confirmation-popover
Version:
An angular 15.0+ bootstrap confirmation popover
14 lines (13 loc) • 674 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { ConfirmationPopoverWindowOptions } from './confirmation-popover-window-options.provider';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class ConfirmationPopoverWindowComponent implements AfterViewInit {
options: ConfirmationPopoverWindowOptions;
constructor(options: ConfirmationPopoverWindowOptions);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationPopoverWindowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationPopoverWindowComponent, "mwl-confirmation-popover-window", never, {}, {}, never, never, false, never>;
}