UNPKG

take-until-destroy

Version:

A simple way to unsubscribe from an RxJs stream in Angular (2+) when the component is destroyed

7 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var take_until_destroy_1 = require("./take-until-destroy"); exports.takeUntilDestroy = take_until_destroy_1.takeUntilDestroy; var destroyable_decorator_1 = require("./destroyable.decorator"); exports.Destroyable = destroyable_decorator_1.Destroyable; //# sourceMappingURL=index.js.map