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.

34 lines 889 B
{ "name": "ng-alert-box-popup", "version": "0.0.11", "peerDependencies": { "@angular/common": "^12.2.0", "@angular/core": "^12.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sweetalert2": { "version": "7.33.1", "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-7.33.1.tgz", "integrity": "sha512-69KYtyhtxejFG0HDb8aVhAwbpAWPSTZwaL5vxDHgojErD2KeFxTmRgmkbiLtMC8UdTFXRmvTPtZTF4459MUb7w==" }, "keywords": [ "Anguler", "HTML", "Alert", "Alert Box", "Error", "Messages", "FrontEnd", "popup", "easy" ], "main": "bundles/ng-alert-box-popup.umd.js", "module": "fesm2015/ng-alert-box-popup.js", "es2015": "fesm2015/ng-alert-box-popup.js", "esm2015": "esm2015/ng-alert-box-popup.js", "fesm2015": "fesm2015/ng-alert-box-popup.js", "typings": "ng-alert-box-popup.d.ts", "sideEffects": false }