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:
@@ -1,10 +1,7 @@
|
||||
import { School } from '@angular-challenges/power-of-effect/model';
|
||||
import { Injectable } from '@angular/core';
|
||||
import {
|
||||
ComponentStore,
|
||||
OnStoreInit,
|
||||
tapResponse,
|
||||
} from '@ngrx/component-store';
|
||||
import { ComponentStore, OnStoreInit } from '@ngrx/component-store';
|
||||
import { tapResponse } from '@ngrx/operators';
|
||||
import { pipe, switchMap } from 'rxjs';
|
||||
import { HttpService } from '../data-access/http.service';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user