Skip to content

Commit

Permalink
fix(forms): add missing forms module import (#5530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Lafayette authored and yggg committed Oct 7, 2019
1 parent 2b700c3 commit 1ff2a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/forms/forms.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -33,6 +34,7 @@ import { ButtonsComponent } from './buttons/buttons.component';
FormsRoutingModule,
NbSelectModule,
NbIconModule,
ngFormsModule,
],
declarations: [
FormsComponent,
Expand Down

0 comments on commit 1ff2a0d

Please sign in to comment.