You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(); };
The text was updated successfully, but these errors were encountered:
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(); };
The text was updated successfully, but these errors were encountered: