akserg / ng2-toasty

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

WARNING export 'ToastData' was not found in './toasty.service' #25

Closed Zambiorix closed 8 years ago

Zambiorix commented 8 years ago

Toasts are not generated

I have created a new project via Angular-cli, the latest from master (with webpack) and then added toasty as per your guidelines.

Zambiorix commented 8 years ago

Update:

It works somewhat .. toasts are added to the screen, but they are just blank text .. css not working.

After timeout toast disappear, so I assume core functionality works, but visualisation not.

And then there is this WARNING still about missing export (ToastData).

some1awesome commented 8 years ago

I have the same problem. I love using your toast services but I can't if it doesn't work with the new webpack angular cli. Thanks for all you do!

akserg commented 8 years ago

Please use 2.0.0 release to confirm that issue is gone.