I wanted to install the ToastrService but I get an error when installing it.
does anybody know why that happens? I saw, that it might be the angular version. Does anybody know what i could do to resolve that issue?
thx in advance!
~ Max
I wanted to install the ToastrService but I get an error when installing it.
does anybody know why that happens? I saw, that it might be the angular version. Does anybody know what i could do to resolve that issue?
thx in advance!
~ Max
As you are on angular 15, You should install npm i ngx-toastr@16.2.0
. The latest version of toastr aka 17 version support angular 16.
I would recommend you to go through the README of third party package once before installing it.