ngrx / platform

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

feat(component-store): remove tapResponse operator #4366

Closed markostanimirovic closed 4 months ago

markostanimirovic commented 4 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

Does this PR introduce a breaking change?

[x] Yes
[ ] No

BREAKING CHANGES:

The tapResponse operator has been removed from @ngrx/component-store in favor of the @ngrx/operators package.

BEFORE:

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

AFTER:

import { tapResponse } from '@ngrx/operators';

netlify[bot] commented 4 months ago

Deploy Preview for ngrx-io ready!

Name Link
Latest commit dee34531e82a4183a1c20ff558a59028a13358bc
Latest deploy log https://app.netlify.com/sites/ngrx-io/deploys/6658952d9dc70600089245c4
Deploy Preview https://deploy-preview-4366--ngrx-io.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.