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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -