UNPKG

ng-angular-popup

Version:

A modern, lightweight, and customizable toast notification library for Angular 18-22 with signals, zoneless support, and standalone components

76 lines 1.83 kB
{ "name": "ng-angular-popup", "version": "2.1.0", "description": "A modern, lightweight, and customizable toast notification library for Angular 18-22 with signals, zoneless support, and standalone components", "author": { "name": "Sashikumar Yadav", "email": "yshashi30@gmail.com", "url": "https://github.com/yshashi" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yshashi/ng-angular-popup" }, "bugs": { "url": "https://github.com/yshashi/ng-angular-popup/issues" }, "homepage": "https://github.com/yshashi/ng-angular-popup#readme", "keywords": [ "angular", "toast", "notification", "popup", "alert", "ng-angular-popup", "angular-toast", "angular-notification", "toast-notification", "notification-system", "angular-component", "typescript", "ui-component", "angular18", "angular19", "angular20", "angular21", "angular22", "signals", "standalone", "zoneless", "modern-angular", "angular-signals" ], "peerDependencies": { "@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0", "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "exports": { "./ng-toast": { "default": "./ng-toast.css" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-angular-popup.mjs" } }, "sideEffects": false, "engines": { "node": ">=12.0.0" }, "publishConfig": { "access": "public" }, "funding": { "type": "github", "url": "https://github.com/sponsors/yshashi" }, "module": "fesm2022/ng-angular-popup.mjs", "typings": "index.d.ts" }