From 28a8fde7d57ee5ef762bd20f41c728966ab74d06 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:59:11 -0400 Subject: connected backend to frontend for funding basket. -ak --- .../funding-basket/funding-basket.component.html | 17 ++++++++--------- .../funding-basket/funding-basket.component.ts | 5 ++--- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'ufund-ui/src/app/components') diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html index 0a880af..dd02e98 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html @@ -2,33 +2,33 @@
{{need.name}}
-
+
+ (click)="this.usersService.removeNeed(need.id)">Remove Need
|