Tim Deschryver

Results 45 issues of Tim Deschryver

### Information A question that I frequently see on various channels, is how to implement an effect without parameters. Because this seems to be the number one question, I propose...

Comp: Docs
Accepting PRs
Good First Issue
Project: Component Store

This PR doesn't resolve an issue, but it addresses a small mistake in the docs. As shown in the image below, `RequireCors` requires us to pass a builder, or a...

This PR add docs for a new Angular feature

### Information This issue comes from a discussion https://github.com/ngrx/platform/discussions/3097 Currently when using the `selector.projector` method, we can pass it any argument(s) and it won't complain. With this change we want...

Project: Store
Accepting PRs
Breaking Change
community watch
15.x

### Information This issue is dependent on #3571. When #3571 is resolved, we want to add a migration so that we don't break any existing codebases. @david-shortman proposed a migration...

Project: Store
15.x

Add an example to the docs at https://ngrx.io/guide/store/feature-creators about reusing extra selectors. You can define `extraSelectors` factory in the following way: ```ts export const counterFeature = createFeature({ name: 'counter', reducer:...

Comp: Docs
Good First Issue

### Which @ngrx/* package(s) are relevant/related to the feature request? store ### Information The [`pluck` RxJS operator](https://rxjs.dev/api/operators/pluck) is currently deprecated and is removed in RxJS v8. Within NgRx we use...

Project: Store

Add test cases for signal inputs. Do we need to do something to cover these, or does this just work? 👀

I wanted to see the impact of upgrading docusaurus, but everything seemed fined locally. This is a test to verify that our pipeline still works.