An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# Carey Development Alert Module

![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![npm version](https://badge.fury.io/js/carey-alert.svg)](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).