SRS 2. Teil

This commit is contained in:
2024-12-12 17:20:43 +01:00
parent ac69a11db5
commit d5ac4d6f26
3 changed files with 148 additions and 67 deletions

View File

@@ -4,6 +4,7 @@ import { HttpClient } from '@angular/common/http';
import { map, Observable, switchMap } from 'rxjs';
export interface Deck {
id?:number;
name: string;
images: DeckImage[];
}