Hello,
I'm using Angular 18 in standalone with a second Angular project in library mode that takes care of displaying my components.
I use the 19.0.0 version of ngx-toastr. I followed the documentation by adding provideAnimations() and provideToastr() but I still get the error NullInjectorError: No provider for InjectionToken ToastConfig when I call ToastrService in my library.
Does anyone have the same problem or know how to fix it?
Thanks