Closed
Description
When running npx nx serve testing-real-life-application
the application doesn't serve.
Error: apps/testing/29-real-life-application/src/app/list/ticket.store.ts:6:3 - error TS2305: Module '"@ngrx/component-store"' has no exported member 'tapResponse'.
The incorrect imports, such as concatLatestFrom
and tapResponse
, should point to @ngrx/operators
.
Activity
fix(challenge29): fix imports tomalaforge#1339
github-actions commentedon Jun 14, 2025
This issue is stale because it has been open for 15 days with no activity.
fix(challenge29): fix imports #1339 (#1340)