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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -