@badisi/ngx-safe-subscribe 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Automatically unsubscribe from RxJS observables in Angular components.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@badisi/ngx-safe-subscribe)
|
|
6
|
-
[](https://npmcharts.com/compare/@badisi/ngx-safe-subscribe?minimal=true)
|
|
7
7
|
[](https://github.com/Badisi/ngx-safe-subscribe/blob/master/LICENSE)
|
|
8
8
|
|
|
9
9
|
<!--[](https://david-dm.org/badisi/ngx-safe-subscribe?type=peer)-->
|
|
@@ -14,11 +14,11 @@ Automatically unsubscribe from RxJS observables in Angular components.
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
16
|
```sh
|
|
17
|
-
|
|
17
|
+
npm install @badisi/ngx-safe-subscribe --save
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
|
|
21
|
+
yarn add @badisi/ngx-safe-subscribe
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@badisi/ngx-safe-subscribe",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
4
4
|
"description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
|
|
5
5
|
"homepage": "https://github.com/badisi/ngx-safe-subscribe",
|
|
6
6
|
"license": "MIT",
|