ng modules - "ERROR in UiSwitchModule is not an NgModule" in Angular-4 -
at run-time every time error, , pages blackout, here how import in angular-4
import { uiswitchmodule } 'angular2-ui-switch';  imports: [     browsermodule,     formsmodule,     httpmodule,     routes,     routermodule,     uiswitchmodule,    ], its show when run first time ng serve after making changes go away, know in angular-4 ng serve render changes automatically, in case have restart server every time, don't know because of or else?
 
 
Comments
Post a Comment