userService now persist user data in localStorage
This commit is contained in:
parent
a12b30998d
commit
df20d25a35
2 changed files with 11 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { HttpClient } from '@angular/common/http';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { BehaviorSubject, Observable, distinctUntilChanged, tap } from 'rxjs';
|
||||
import { Observable, tap } from 'rxjs';
|
||||
import { Recipe, Recipe01 } from '../models/recipe.model';
|
||||
import { environment } from 'src/environments/environment';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue