UNPKG

ng-angular-popup

Version:

A modern, lightweight, and customizable toast notification library for Angular applications

80 lines 1.83 kB
{ "name": "ng-angular-popup", "version": "1.0.0", "description": "A modern, lightweight, and customizable toast notification library for Angular applications", "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", "angular12", "angular13", "angular14", "angular15", "angular16", "angular17", "angular18", "angular19", "angular20", "signals", "standalone" ], "peerDependencies": { "@angular/common": ">=12.0.0 <21.0.0", "@angular/core": ">=12.0.0 <21.0.0", "@angular/platform-browser": ">=12.0.0 <21.0.0", "@angular/animations": ">=12.0.0 <21.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" }, "private": false, "module": "fesm2022/ng-angular-popup.mjs", "typings": "index.d.ts" }