take-until-destroy
Version:
A simple way to unsubscribe from an RxJs stream in Angular (2+) when the component is destroyed
7 lines • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorMessages = {
NO_NGONDESTROY: 'The angular component inside of which you are trying to unsubscribe from must have the method' +
'`ngOnDestroy`. Please see the documentation for details.'
};
//# sourceMappingURL=error-messages.js.map