angular-shop-components
Version:
An angular 5.0+ set of reusable components and services for starting an online shop!
11 lines (10 loc) • 388 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { ConfirmationPopoverWindowOptions } from './confirmation-popover-window-options.provider';
/**
* @internal
*/
export declare class ConfirmationPopoverWindowComponent implements AfterViewInit {
options: ConfirmationPopoverWindowOptions;
constructor(options: ConfirmationPopoverWindowOptions);
ngAfterViewInit(): void;
}