Skip to content

Commit 92d3dda

Browse files
authored
fix(challenge29): fix imports #1339 (#1340)
1 parent 0e97648 commit 92d3dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/testing/29-real-life-application/src/app/list/ticket.store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {
33
ComponentStore,
44
OnStateInit,
55
OnStoreInit,
6-
tapResponse,
76
} from '@ngrx/component-store';
7+
import { tapResponse } from '@ngrx/operators';
88
import { pipe } from 'rxjs';
99
import { mergeMap, tap } from 'rxjs/operators';
1010
import { BackendService, Ticket, User } from '../backend.service';

0 commit comments

Comments
 (0)