Stabzs / Angular2-Toaster

Angular2-toaster is an asynchronous, non-blocking Angular Toaster Notification library
MIT License
334 stars 93 forks source link

BodyOutputType Component #176

Closed crissty closed 5 years ago

crissty commented 6 years ago

Hi, Fisrt, congratulations for this component, it is powerful and simple. It is possible to see a example of Toastr with BodyOutputType.Component? This is a little confuse for me.

Thanks!!

rmeshksar commented 5 years ago

I created an example of using Angular component as body in toaster here. Hope it helps:

https://stackblitz.com/edit/angular-1ghfmd

Stabzs commented 5 years ago

@rmeshksar thanks for making an example!