gramli-angular-notifier
Version:
A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
55 lines • 1.2 kB
JSON
{
"name": "gramli-angular-notifier",
"sideEffects": [
"*.scss",
"*.css"
],
"module": "fesm2022/gramli-angular-notifier.mjs",
"typings": "types/gramli-angular-notifier.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/gramli-angular-notifier.d.ts",
"default": "./fesm2022/gramli-angular-notifier.mjs"
}
},
"dependencies": {
"tslib": "2.8.x"
},
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.",
"version": "21.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Gramli/angular-notifier"
},
"keywords": [
"angular",
"angular17",
"angular18",
"angular19",
"angular20",
"angular21",
"notification",
"notifications",
"notifier",
"toast",
"toaster",
"snackbar",
"alert",
"alerts",
"message",
"popup",
"angular-component",
"angular-library",
"angular-standalone",
"standalone",
"standalone-components",
"ngmodule",
"typescript",
"animated",
"customizable"
]
}