added snackbar for status updates

This commit is contained in:
Joe Arndt 2026-02-23 00:19:30 -06:00
parent 49af11d7b8
commit 820067c089
6 changed files with 61 additions and 7 deletions

View file

@ -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) { }