Closed Sathishchary closed 7 years ago
import { UiSwitchModule } from 'ngx-ui-switch/src';
Try this.
thanks for the reply. It's working fine
hi,I got error as cannot find module 'ngx-ui-switch/src'; while using import { UiSwitchModule } from 'ngx-ui-switch/src';.can you pls help me
I am getting UiSwitchModule is not an NgModule in run time I have imported like this import { UiSwitchModule } from 'ngx-ui-switch'; and: imports: [ BrowserModule, ReactiveFormsModule, FormsModule, HttpModule, UiSwitchModule , ],