added snackbar for status updates
This commit is contained in:
parent
49af11d7b8
commit
820067c089
6 changed files with 61 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http';
|
|||
import { firstValueFrom } from 'rxjs';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class HttpService {
|
||||
public constructor(private httpClient: HttpClient) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue