webcat12345 / ngx-ui-switch

Angular UI Switch component
https://webcat12345.github.io/ngx-ui-switch/demo/
MIT License
111 stars 68 forks source link

Getting ERROR in UiSwitchModule is not an NgModule in Angular 4.0.0 #15

Closed Sathishchary closed 7 years ago

Sathishchary commented 7 years ago

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 , ],

webcat12345 commented 7 years ago

import { UiSwitchModule } from 'ngx-ui-switch/src';

Try this.

Sathishchary commented 7 years ago

thanks for the reply. It's working fine

kamalakkanni commented 6 years ago

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