<simple-notifications (click)="onClick($event)" [options]="options">
$event return mouse event
how to get notification id which is assigned while creating notification
this._notificationsService.success(
'Some Title',
'Some Content',
{
timeOut: 5000,
showProgressBar: true,
pauseOnHover: false,
clickToClose: false,
maxLength: 10
id:23 //How to get id from click event
}
)