How to resolve this error?
add the following to the imports on your app.module.ts
RouterModule.forRoot( [ { path: "", component: LoginComponent} ] )