From ada2cccf81990998ff8c4586b87807505735e47f Mon Sep 17 00:00:00 2001 From: "pakintada@gmail.com" Date: Thu, 11 Jan 2024 22:37:03 +0700 Subject: [PATCH] editable string param --- .../recipe-list/recipe-list.component.html | 227 ++++++++++-------- .../recipe-list/recipe-list.component.ts | 171 ++++++++----- client/src/app/shared/helpers/recipe.ts | 4 + 3 files changed, 236 insertions(+), 166 deletions(-) diff --git a/client/src/app/features/recipes/recipe-details/recipe-list/recipe-list.component.html b/client/src/app/features/recipes/recipe-details/recipe-list/recipe-list.component.html index 7a439f9..8a92b61 100644 --- a/client/src/app/features/recipes/recipe-details/recipe-list/recipe-list.component.html +++ b/client/src/app/features/recipes/recipe-details/recipe-list/recipe-list.component.html @@ -23,101 +23,101 @@ (click)="openMaterialList(i)" /> + + + -
- - - - -
-

Volume= 

- -

 gram

-
- -
+ -
- - - - -
-

Volume= 

- -

 gram

-
- -
+ --> - -
- - - - -
-
-
-

 

- -

 mA

-
-
- -
-

Volume= 

- -

 gram

-
-
-
-

Hot= 

- -

 ml 

-

Grinder= 

- -

 sec

-
- -
- - -
- - - -
+
+

Volume= 

+ +

 gram

+
+ + + +
+

Volume= 

+ +

 gram

+
+ + +
+
+
+

 

+

tail= 

+ +

 mA

+
+
+
+
+

Hot= 

+ +

 ml 

+
+
+

Cold= 

+ +

 ml 

+
+
+

+ Grinder=  +

+

+ Mix=  +

+

+ Clean=  +

+ +

 sec 

+
+ @@ -167,22 +167,49 @@ [(ngModel)]="showStringParamSelector" />