We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e97648 commit 92d3ddaCopy full SHA for 92d3dda
apps/testing/29-real-life-application/src/app/list/ticket.store.ts
@@ -3,8 +3,8 @@ import {
3
ComponentStore,
4
OnStateInit,
5
OnStoreInit,
6
- tapResponse,
7
} from '@ngrx/component-store';
+import { tapResponse } from '@ngrx/operators';
8
import { pipe } from 'rxjs';
9
import { mergeMap, tap } from 'rxjs/operators';
10
import { BackendService, Ticket, User } from '../backend.service';
0 commit comments