» Tag
rxjs
1 postsJuly 2026
Why I Stopped Writing tap() Inside rxResource Streams
Writing signals via tap() inside an Angular rxResource stream triggers NG0600. The fix: return one typed value from the stream instead of side-effecting.
» Tag
Writing signals via tap() inside an Angular rxResource stream triggers NG0600. The fix: return one typed value from the stream instead of side-effecting.