ng2-rx-collector
Advanced tools
Comparing version 0.2.2 to 1.0.0-0
@@ -1,4 +0,4 @@ | ||
import { Subject } from 'rxjs'; | ||
import { Subject } from 'rxjs/Subject'; | ||
export declare class CollectorEvent extends Subject<void> { | ||
} | ||
export declare function Collected(): (prototype: any, name: string) => void; |
"use strict"; | ||
var rxjs_1 = require("rxjs"); | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Subject_1 = require("rxjs/Subject"); | ||
var CollectorEvent = (function (_super) { | ||
__extends(CollectorEvent, _super); | ||
function CollectorEvent() { | ||
return _super.apply(this, arguments) || this; | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
return CollectorEvent; | ||
}(rxjs_1.Subject)); | ||
}(Subject_1.Subject)); | ||
exports.CollectorEvent = CollectorEvent; | ||
@@ -11,0 +22,0 @@ var metaProperty = Symbol(); |
@@ -5,3 +5,4 @@ "use strict"; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./decorator")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ng2-rx-collector", | ||
"version": "0.2.2", | ||
"version": "1.0.0-0", | ||
"description": "Angular 2 garbage collector for RxJS subscriptions", | ||
@@ -46,3 +46,3 @@ "main": "dist/index.js", | ||
"@angular/platform-browser-dynamic": "^2.0.0", | ||
"@types/core-js": "^0.9.28", | ||
"@types/core-js": "0.9.28", | ||
"@types/crypto-js": "^3.1.28", | ||
@@ -49,0 +49,0 @@ "@types/jasmine": "^2.2.30", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48184
55
16