ng2-notifications
ng2-notifications copied to clipboard
TypeError: Notification.close is not a function
I am using ng2-notifications. When i went to other page on my project. I am getting "TypeError: Notification.close is not a function" error. Then i commented this code below. I didnt get an error. But notification didnt close. What is the solution that error?
PushNotificationComponent.prototype.ngOnDestroy = function () { this.closeAll(); };
I am having the exact same Problem. Is there an update? I also tried to use a close function, but that didn't help.
same problem here too!
2 years later, same issues.
Have you guys solved it?