Add RecipeService

This commit is contained in:
2024-06-14 14:38:41 +02:00
parent 9baca1c78c
commit 4b5b05f396
12 changed files with 52 additions and 22 deletions

View File

@@ -7,11 +7,7 @@ import { Component, Input } from '@angular/core';
templateUrl: './recipe.component.html',
})
export class RecipeComponent {
@Input()
set id(id: string) {
}
}