I have installed ngx-toastr and imported in app.module.ts but getting this error while compiling enter image description here...is it because i have set the properties of toaster in service file which I created like below?enter image description here
I tried adding @import '~ngx-toastr/toastr.css'; in styles.css still no effect. Does anyone know what might be the reason for this error and how to fix it