interface #2

Merged
bastien.ollier merged 6 commits from refs/pull/2/head into main 2024-06-17 14:06:43 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 4df1af17d4 - Show all commits

View File

@@ -12,7 +12,6 @@ export class RecipeComponent {
@Input() @Input()
set id(id: string) { set id(id: string) {
console.log('test',this.recipes.get(0));
this.recipe = this.recipes.get(parseInt(id))!; this.recipe = this.recipes.get(parseInt(id))!;
} }

View File

@@ -39,6 +39,6 @@
<mat-paginator [pageSizeOptions]="[5, 10, 20]" <mat-paginator [pageSizeOptions]="[5, 10, 20]"
showFirstLastButtons showFirstLastButtons
aria-label="Select page of periodic elements"> aria-label="Select page of recipes">
</mat-paginator> </mat-paginator>
</div> </div>