angular6-example icon indicating copy to clipboard operation
angular6-example copied to clipboard

not able to perform curd operation

Open suriyaJaay opened this issue 6 years ago • 1 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

suriyaJaay avatar Jun 19 '18 10:06 suriyaJaay

Hello There, Make sure the server is running and listening on port 8080 or else you can use fake objects in service.ts.

Thanks, Dhiraj

On Tue, Jun 19, 2018 at 4:15 PM suriya [email protected] wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/only2dhir/angular6-example/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AJoZaST73nvFNlOPM06O1EG1mybFpA0Pks5t-NY2gaJpZM4UtRQm .

only2dhir avatar Jun 20 '18 01:06 only2dhir