At runtime, I am always getting:
ERROR in UiSwitchModule is not an NgModule
I have:
import {UiSwitchModule } from 'angular2-ui-switch'
and:
imports: [
BrowserModule,
ReactiveFormsModule,
FormsModule,
HttpModule,
routing,
Ng2BootstrapModule,
UiSwitchModule,
],