UNPKG

bmx-toast-2

Version:

The bmx-toast-2 library is a powerful and lightweight Angular library that provides an easy-to-use and customizable notification system for web applications. It allows developers to display attractive and interactive toast notifications to provide feedbac

34 lines 633 B
{ "name": "bmx-toast-2", "version": "1.0.0", "peerDependencies": { "@angular/common": "^20.1.2", "@angular/core": "^20.1.2" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "keywords": [ "Toaster", "bmx", "toastr", "Toast", "bmx-toast", "Angular Toaster", "typescript", "lightweight Toaster", "Angular" ], "module": "fesm2022/bmx-toast-2.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/bmx-toast-2.mjs" } } }