-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
In the html I have the following containers:
<toaster-container [toasterconfig]="config1">
</toaster-container>
<toaster-container [toasterconfig]="config2">
</toaster-container>
and in the TS file:
config1= new ToasterConfig({
...
toastContainerId: 0,
});
config2 = new ToasterConfig({
...
toastContainerId: 1,
});
When I fire a toast I specify which id to target:
this.toasterService.pop({
...
toastContainerId: 0,
});
Yet the toast is displayed in both containers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels