https://github.com/careydevelopment/carey-alert
Angular alert module. Reusable code to show notifications throughout the app.
https://github.com/careydevelopment/carey-alert
alert angular npm typescript
Last synced: about 1 month ago
JSON representation
Angular alert module. Reusable code to show notifications throughout the app.
- Host: GitHub
- URL: https://github.com/careydevelopment/carey-alert
- Owner: careydevelopment
- License: mit
- Created: 2021-04-24T11:22:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T12:13:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-18T04:57:05.819Z (over 1 year ago)
- Topics: alert, angular, npm, typescript
- Language: TypeScript
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Carey Development Alert Module

[](https://badge.fury.io/js/carey-alert)
## Overview
This package includes reusable alert-related code that you can use throughout any Angular application.
## Usage: Installation
It's easy to install this package:
```
npm install carey-alert
```
Once you've installed it, you can begin using the service included in the package.
## License
This code is under the [MIT License](https://github.com/careydevelopment/carey-alert/blob/master/LICENSE).