0.0.1 • Published 6 years ago
marksuper-toasty v0.0.1
How to use My Library...
In app.module.ts
import { ToastModule } from 'super-toasty';
imports: BrowserModule, AppRoutingModule, ToastModule.forRoot({ brand: 'kendallmark.com' }) ,
In your component
constructor(private toast: ToastService) { this.toast.update('Hello KendallMark'); }
0.0.1
6 years ago