-1

I wanted to install the ToastrService but I get an error when installing it.

enter image description here

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

Max
  • 11
  • 3

1 Answers1

0

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.

Indraraj26
  • 1,726
  • 1
  • 14
  • 29