aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/cupboard/cupboard.component.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-26 18:23:17 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-26 18:23:17 -0400
commit0829feb20e60bc6d323dcc0d9376f4feb45115eb (patch)
tree7ba0e9faf51a03127429689eff202c99d3f01fc4 /ufund-ui/src/app/components/cupboard/cupboard.component.html
parentd9eb78521f29ead3a9f70b09e18a6d9560cc849c (diff)
downloadJellySolutions-0829feb20e60bc6d323dcc0d9376f4feb45115eb.tar.gz
JellySolutions-0829feb20e60bc6d323dcc0d9376f4feb45115eb.tar.bz2
JellySolutions-0829feb20e60bc6d323dcc0d9376f4feb45115eb.zip
Push starter code for Input()
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html
index 3ed06fb..c2d146b 100644
--- a/ufund-ui/src/app/components/cupboard/cupboard.component.html
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html
@@ -1,6 +1,6 @@
<div>
<h1> Cupboard </h1>
- <app-need-list #needList></app-need-list>
+ <app-need-list [editF]="" #needList></app-need-list>
</div>
<div *ngIf="isManager()" >
<h2 > Admin View </h2>
@@ -23,7 +23,7 @@
<input type="submit" value="Submit">
</form>
<span *ngIf="statusText">{{statusText | async}}</span>
-
+
</div>
<div id="update-form" *ngIf="selectedForm === 'update'">
<h1> Update Need </h1>
@@ -41,8 +41,8 @@
<input type="submit" value="Submit">
</form>
<span *ngIf="statusText">{{statusText | async}}</span>
-
+
</div>
<hr>
-
+
</div>