effects icon indicating copy to clipboard operation
effects copied to clipboard

🪄 A framework-agnostic RxJS effects implementation

Results 10 effects issues
Sort by recently updated
recently updated
newest added

### Which @ngneat/effects-* package(s) are the source of the bug? effects-ng ### Is this a regression? No ### Description Operator `catchError` in effects is not working and after throwing an...

### Which @ngneat/effects-* package(s) are the source of the bug? effects ### Is this a regression? No ### Description It seems that there is missed 's' in import of provideEffects...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/effects/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/effects/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/effects/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

### Which @ngneat/effects-* package(s) are the source of the bug? effects, effects-ng ### Is this a regression? No ### Description Please see the complete example at Stackblitz. Although the effects...

### Which @ngneat/effects-* package(s) are the source of the bug? effects-ng ### Is this a regression? No ### Description During writing jest tests for effects I've encountered the problem, that...

### Which @ngneat/effects-* package(s) are the source of the bug? effects-ng ### Is this a regression? Yes ### Description I have angular upgraded from 13 to 15. I am using...

### Which @ngneat/effects-* package(s) are the source of the bug? effects ### Is this a regression? No ### Description I'm trying to put ngneat/effects on my ionic project but I...

### Which @ngneat/effects-* package(s) are the source of the bug? effects-ng ### Is this a regression? No ### Description Effects directive only unregisters last effect for each effect provider. The...