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
TypeError: Cannot read property 'next' of undefined(…)
toasty.service.js:158 !!! Suggestion: Seems you forget add into your html?
This code has a exception in toasty.service.ts page
// Push up a new toast item try { this.toastsSubscriber.next(toast); // **# has a exception** // If we have a onAdd function, call it here if (toastyOptions.onAdd && isFunction(toastyOptions.onAdd)) { toastyOptions.onAdd.call(this, toast); } } catch (e) { console.log(e); console.log('!!! Suggestion: Seems you forget add <ng2-toasty></ng2-toasty> into your html?'); }
But I have added the code in the html page
excuse me I should be?
The text was updated successfully, but these errors were encountered:
TypeError: Cannot read property 'next' of undefined(…)
toasty.service.js:158 !!! Suggestion: Seems you forget add into your html?
This code has a exception in toasty.service.ts page
// Push up a new toast item try { this.toastsSubscriber.next(toast); // **# has a exception** // If we have a onAdd function, call it here if (toastyOptions.onAdd && isFunction(toastyOptions.onAdd)) { toastyOptions.onAdd.call(this, toast); } } catch (e) { console.log(e); console.log('!!! Suggestion: Seems you forget add <ng2-toasty></ng2-toasty> into your html?'); }
But I have added the code in the html page
excuse me I should be?
The text was updated successfully, but these errors were encountered: