akserg / ng2-toasty

Angular2 Toasty component shows growl-style alerts and messages for your app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update for Angular > 2

PhilippSoehnlein opened this issue · comments

  • I'm submitting a ...
    [X] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository

  • What is the current behavior?
    Using Angular 4 and ng2-toasty in one application will produce a warning by npm install, because ng2-toasty defines only Angular 2.4 as Peer-Depedency.

Hi @PhilippSoehnlein

I have published the release 4.0.0 on npmjs.com. Please let me know does it work for you?

Hi @akserg,

yes, looks good in our application. Thanks!