UNPKG

@uex/web-extensions

Version:

## Installation

9 lines (8 loc) 301 B
import { OnInit } from '@angular/core'; import { DialogService, Dialog } from '../../dialog.service'; export declare class DialogWrapperComponent implements OnInit { private dialogService; constructor(dialogService: DialogService); readonly dialogs: Array<Dialog>; ngOnInit(): void; }