UNPKG

ngx-modal-ease

Version:

ngx-modal-ease is a versatile Angular library providing a lightweight, simple, and performant modal. This library supports data communication between components, opening of multiple modals, custom animations, and a range of customisable options.

6 lines (5 loc) 140 B
import { ComponentRef } from '@angular/core'; export interface PromiseModal { resolve: Function; contentCpRef: ComponentRef<any>; }