mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix(forms): add missing forms module import (#5530)
This commit is contained in:
parent
2b700c3e39
commit
1ff2a0d9cb
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ import { FormInputsComponent } from './form-inputs/form-inputs.component';
|
|||
import { FormLayoutsComponent } from './form-layouts/form-layouts.component';
|
||||
import { DatepickerComponent } from './datepicker/datepicker.component';
|
||||
import { ButtonsComponent } from './buttons/buttons.component';
|
||||
import { FormsModule as ngFormsModule } from '@angular/forms';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -33,6 +34,7 @@ import { ButtonsComponent } from './buttons/buttons.component';
|
|||
FormsRoutingModule,
|
||||
NbSelectModule,
|
||||
NbIconModule,
|
||||
ngFormsModule,
|
||||
],
|
||||
declarations: [
|
||||
FormsComponent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue