### Component Library for Alert Logic Angular Applications

A ready made suite of Angular UI components for usage powered Alert Logic Angular applications

Built using [PrimeNG](https://www.primefaces.org/primeng)

## How to use this library
in your project install
npm install @al/ng-notifications-components --save

In your modules import in the library

```
import { NgNotificationsModule } from '@al/ng-notifications-components';
```
and finally in the html start using the module

