Open
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
.