ngrx / platform

Reactive State for Angular
https://ngrx.io
Other
8.01k stars 1.97k forks source link

@ngrx/component-store: Add migration schematic for `tapResponse` operator #4261

Closed markostanimirovic closed 4 months ago

markostanimirovic commented 7 months ago

Which @ngrx/* package(s) are relevant/related to the feature request?

component-store

Information

Before:

import { tapResponse } from '@ngrx/component-store';

After:

import { tapResponse } 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

rainerhahnekamp commented 7 months ago

As in #4262: I'd like to work on that one.