0.0.5 • Published 2 years ago

butter-toast-notification v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ButterToastNotification

This library was generated with Angular CLI version 13.3.0.

1. import ButterToastNotificationModule in your app.module.ts

import { ButterToastNotificationModule } from 'butter-toast-notification';

imports: [
...,
ButterToastNotificationModule

],

2. @import url('../node_modules/butter-toast-notification/assets/styles_notification.css');

3. Use the toast notification inside your component

constructor(private notification: ButterToastNotificationService) {
notification.create({type:'success',title:"Successfully saved data!",text:"Your data is saved in the database."});

}

ty :)

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago