only2dhir / angular6-example

In this article we will be building an Angular 6 application step by step from scratch with sample example. We will be generating our Angular 6 Hero application using angular CLI and then modify it to have a user management project where there will be a login screen for an admin and post login he can perform CRUD operations such as create, read, update and delete user with the sample REST API exposed using HttpClientModule.

Home Page:https://www.devglan.com/angular/angular-6-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to perform curd operation

suriyaJaay opened this issue · comments

Hi,

Could you pls tell me how to solve below issue.

trying to add use but throws error in chrome console as follows

OPTIONS http://localhost:8080/user-portal/users 0 ()
ERROR HttpErrorResponse {headers: HttpHeaders, status: 0, statusText: "Unknown Error", url: null, ok: false, …}

in netwroks

users | (failed) | xhr | zone.js:2969 | 0 B | 2.01 s
  |   |  

thank you