Skip to content

Commit

Permalink
fix: remove unnecessary FormsModule. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored and anjmao committed Oct 29, 2017
1 parent 74861af commit 4e211cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ng-select/ng-select.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { NgModule, ModuleWithProviders } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { CommonModule } from '@angular/common';

import { NgSelectComponent } from './ng-select.component';
Expand All @@ -16,7 +15,6 @@ import { NgSelectConfig } from './ng-select.types';
SpinnerComponent
],
imports: [
FormsModule,
CommonModule,
VirtualScrollModule
],
Expand Down

0 comments on commit 4e211cb

Please sign in to comment.