UNPKG

gramli-angular-notifier

Version:

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.

41 lines 857 B
{ "name": "gramli-angular-notifier", "sideEffects": [ "*.scss", "*.css" ], "module": "fesm2022/angular-notifier.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-notifier.mjs" } }, "dependencies": { "tslib": "2.4.x" }, "description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.", "version": "17.0.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Gramli/angular-notifier" }, "keywords": [ "angular", "angular2", "ng", "ng2", "notifier", "notification", "notifications", "toast", "toasts", "alert", "library" ] }