UNPKG

ng-alert-box-popup

Version:

`ng-alert-box-popup` is an Angular library that provides a customizable alert box component with support for different types of alerts using SweetAlert2.

10 lines (9 loc) 363 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgAlertBoxComponent implements OnInit { constructor(); ngOnInit(): void; dialog(type: any, msg: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgAlertBoxComponent, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgAlertBoxComponent>; }