Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9586e09

Browse files
committed
feat: add effects sum-module to docs
1 parent 6f8c1f4 commit 9586e09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libs/state/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ RxState is a lightweight, flexible, strongly typed and tested tool dedicated to
1212

1313
## Sub Modules
1414

15-
- [⛔ Selections](https://github.com/rx-angular/rx-angular/blob/main/libs/state/selections/README.md)
15+
- [🧩 Selections](https://github.com/rx-angular/rx-angular/blob/main/libs/state/selections/README.md)
16+
- [☁ Effects](https://github.com/rx-angular/rx-angular/blob/main/libs/state/effects/README.md)
1617

1718
## Intro Video
1819

libs/state/effects/src/lib/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DestroyChannel$ {
2828
}
2929

3030
/**
31-
* Interface to specify the channel for the `onDestoy` hook as Observable
31+
* Interface to specify the channel for the `onDestroy` hook as Observable
3232
*/
3333
export interface OnDestroy$ extends DestroyChannel$ {
3434
onDestroy$: Observable<boolean>;

0 commit comments

Comments
 (0)