Skip to content
Advertisement

ERROR Error: No provider for ToastsManager

I am trying to display a toaster notification inside a component. But I am getting this error.

ERROR Error: No provider for ToastsManager!

Following is the code for my component.

JavaScript

I think there is a problem with injecting ToastsManager but I can not figure out what has gone wrong.

Can someone please help me?

Advertisement

Answer

Make sure right imports have been made.

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement