Description
This is a simple notification bar component for Angular2.
Inspired by ng-notifications-bar - in angular 1.
Installation
npm install angular2-notification-bar --save
Usage
; @
thisnotificationBarService;
Options
message: string;
type?: NotificationType;
autoHide?: boolean;
hideDelay?: number;
isHtml?: boolean;
allowClose?: boolean;
hideOnHover?: boolean
License
MIT