Hey @elhajoujy - I haven't tested this, but if you have multiple toast-containers, then I expect you'll get 1 toast per container, since they all listen to the same singleton service which actually provides the toasts. The intended way to use the container is to have just one instance of it at the top level of your application (e.g. in app.component)
Hey @elhajoujy - I haven't tested this, but if you have multiple toast-containers, then I expect you'll get 1 toast per container, since they all listen to the same singleton service which actually provides the toasts. The intended way to use the container is to have just one instance of it at the top level of your application (e.g. in app.component)