mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
Update to operator imports from excercise 7 (#1089)
* refactor: answer 1 * feat(answer 5): reactive crud before store implementation * fix: added cypress configuration lines for challenge 14 * chore: answer 14 * chore: reverting changes in main branch * fix: corrected excercise 7 ngrx references to v18 --------- Co-authored-by: Francisco Palma <fpalma@dep.nyc.gov>
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
} from '@angular-challenges/power-of-effect/model';
|
||||
import { Injectable, inject } from '@angular/core';
|
||||
import { randCompanyName, randFirstName } from '@ngneat/falso';
|
||||
import { concatLatestFrom } from '@ngrx/effects';
|
||||
import { concatLatestFrom } from '@ngrx/operators';
|
||||
import { map, tap, timer } from 'rxjs';
|
||||
import { FakeDBService } from './fake-db.service';
|
||||
import { PushService } from './push.service';
|
||||
|
||||
Reference in New Issue
Block a user