akserg / ng2-toasty

Angular2 Toasty component shows growl-style alerts and messages for your app.
MIT License
283 stars 102 forks source link

show toasty in center of screen #45

Closed sanket360 closed 8 years ago

sanket360 commented 8 years ago

In ng2-toasty, I can see these options- bottom-right, bottom-left, top-right, top-left, top-center, bottom-center

How do I show toasty message center of screen?

My use-case is, I want to show one toasty message center of screen. limit property allow me show only one message. But position property have above mentioned options.

Environment: Angular2 version 2.0.0 ng2-toasty version 2.0.1

akserg commented 8 years ago

I added the new option center-center and published version 2.1.0. Can you check does it work for you?

sanket360 commented 8 years ago

Thanks @akserg for quick response :+1: