You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: