add this:
ngOnDestroy() { this.helper.toastr.dispose();}
and change node_modules/ng2-toastr/bundle/toast-manager.js :
ToastsManager.prototype.dispose = function () { var _this = this; if (_this.container) { _this.container.destroy(); _this.container = null; } };
source share