-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
As per the steps mentioned in the notification example, I had set up it in my app component
<simple-notifications [options]="notificationOptions" (onCreate)="onNotificationsCreate($event)" (onDestroy)="onNotificationsDestroy($event)" class="mm-alerts-popup"></simple-notifications>
Now it is showing the notification all over the places wherever it is required.
Issue is I have specific page which has a form filling popup (modal) If i want to validate the data i am calling the notification service and showing the message. But as the "simple-notifications" component is at app level, it is showing below the popup/Modal. How i can achieve this? so that at this point i can show this over popup not at below of it.