Tim Deschryver
Tim Deschryver
Passing an element seems like a good option to me, or would a directive be better here? For what it is worth, if I remember correctly, we didn't want to...
@d3lm I could be completely wrong with this, but won't they all be children of `dts-select-container`? I think to give the responsibility to the user of passing elements refs is...
I think it should work.
Yea, why didn't we think of this 😅 I think it would be a great addition!
Personally, I would expect that the direct parent would scroll with the mouse movement. If every container scrolls, it would look a bit funny imho 😅
Seems like it's green 🥳
I think that will be a great addition, do you want to create a Pull Request for this @peterhe2000 ?
@ngfelixl I think you can override it with ```ts TestBed.overrideProvider(MoviesStore, {useValue: mockMoviesStore}); ```
> The solution could be to move the error callback execution from tap to catchError I would find that weird. For me, or how I think about it, the `error`...
You're right, the code and the docs were migrated from `johnpapa/angular-ngrx-data` to `@ngrx/data`. We didn't migrate the example app, but recently created one in this repo, [data-example-app](https://github.com/ngrx/platform/tree/master/projects/data-example-app). If you notice...