File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
PratikForumClient/src/app/modules/budget Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import {AddItemFormComponent} from '../../budget-main/add-item-form/add-item-for
7
7
import { BudgetItemListComponent } from '../../budget-main/budget-item-list/budget-item-list.component' ;
8
8
import { BudgetItemCardComponent } from '../../budget-main/budget-item-list/budget-item-card/budget-item-card.component' ;
9
9
import { EditItemModalComponent } from '../../budget-main/edit-item-modal/edit-item-modal.component' ;
10
+ import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
10
11
@NgModule ( {
11
12
declarations : [
12
13
BudgetMainComponent ,
@@ -17,7 +18,9 @@ import {EditItemModalComponent} from '../../budget-main/edit-item-modal/edit-ite
17
18
] ,
18
19
imports : [
19
20
CommonModule ,
20
- RouterModule
21
+ RouterModule ,
22
+ FormsModule ,
23
+ ReactiveFormsModule
21
24
] ,
22
25
entryComponents : [ EditItemModalComponent ]
23
26
} )
You can’t perform that action at this time.
0 commit comments