platform icon indicating copy to clipboard operation
platform copied to clipboard

@ngrx/effects: Add migration schematic for `concatLatestFrom` operator

Open markostanimirovic opened this issue 1 year ago • 2 comments

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

markostanimirovic avatar Feb 22 '24 23:02 markostanimirovic

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)

rainerhahnekamp avatar Feb 26 '24 21:02 rainerhahnekamp

Thanks Rainer!

markostanimirovic avatar Feb 27 '24 20:02 markostanimirovic

@markostanimirovic and @timdeschryver. Thanks as well. I'd create then a schematic for the component store as well. See #4261

rainerhahnekamp avatar May 08 '24 17:05 rainerhahnekamp