ng2-rx-collector
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ng2-rx-collector", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Angular 2 garbage collector for RxJS subscriptions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -54,3 +54,3 @@ # ng2-rx-collector | ||
This is an example you may find in an app folder. | ||
This is an example you may find in the app folder. | ||
@@ -65,3 +65,3 @@ timer.ts (representing any RxJS source): | ||
testpage.component.ts (representing any Rx source): | ||
testpage.component.ts: | ||
@@ -68,0 +68,0 @@ ```ts |
5659