akserg / ng2-toasty

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

No ToastyModule exported #32

Closed cschroeter closed 8 years ago

cschroeter commented 8 years ago

Bug

ng2-toasty has no exported member 'ToastyModule'.

ng new ng2-toasty

There should be a ToastyModule

jasondana commented 8 years ago

Just in case you aren't aware, the latest changes do contain a ToastyModule. Unfortunately the build is failing and I suspect that is the reason a new version containing the changes is not being pushed to npm.

https://github.com/akserg/ng2-toasty/blob/master/index.ts#L36

jaroslawziolkowski commented 8 years ago

@akserg when latest version will available by npm? No I can download 1.10.1

jvanhall commented 8 years ago

Any idea on when this will be fixed, its preventing us from cutting over to RC7. Thank you!

akserg commented 8 years ago

Please use 2.0.0 release to confirm that issue is gone.

cschroeter commented 8 years ago

@akserg works! 👍