platform
platform copied to clipboard
@ngrx/effects: Add migration schematic for `concatLatestFrom` operator
Which @ngrx/* package(s) are relevant/related to the feature request?
effects
Information
Before:
import { concatLatestFrom } from '@ngrx/effects';
After:
import { concatLatestFrom } from '@ngrx/operators';
The schematic should also add @ngrx/operators package to package.json => dependencies if it's not already installed.
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
- [ ] Yes
- [X] No
If no one's interested, I'd like to take that one. I have some experience in writing schematics (see https://github.com/rainerhahnekamp/sam4sc)
Thanks Rainer!
@markostanimirovic and @timdeschryver. Thanks as well. I'd create then a schematic for the component store as well. See #4261