From ab7aa87d3a6249352a14b5a9c3c3c9e08577657f Mon Sep 17 00:00:00 2001 From: benal01 Date: Tue, 4 Mar 2025 09:43:37 -0500 Subject: cupboard component form creation and interfacing with the controller --- ufund-ui/src/app/app.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ufund-ui/src/app/app.module.ts') diff --git a/ufund-ui/src/app/app.module.ts b/ufund-ui/src/app/app.module.ts index d818841..c0e1dd5 100644 --- a/ufund-ui/src/app/app.module.ts +++ b/ufund-ui/src/app/app.module.ts @@ -8,6 +8,7 @@ import {HomePageComponent} from './components/home-page/home-page.component'; import {FundingBasketComponent} from './components/funding-basket/funding-basket.component'; import {CupboardComponent} from './components/cupboard/cupboard.component'; import {NeedListComponent} from './components/need-list/need-list.component'; +import {FormsModule} from '@angular/forms'; import {HttpClientModule} from '@angular/common/http'; @NgModule({ @@ -22,6 +23,7 @@ import {HttpClientModule} from '@angular/common/http'; imports: [ BrowserModule, AppRoutingModule, + FormsModule, HttpClientModule, ], providers: [], -- cgit v1.2.3