Commit abcc599
authored
fix(push): fix return typing for observables to include undefined (#2907)
BREAKING CHANGE:
BEFORE:
ngrxPush typing doesn't consider `undefined` when the input type is an observable
AFTER:
ngrxPush typing considers `undefined` when the input type is an observable
Closes #28881 parent ba8315f commit abcc599
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments