Skip to content

Anbarasan-321/angular-httpclient-examples

 
 

Repository files navigation

Angular HttpClient Examples (GET, POST , UPDATE, DELETE)

Run Fake Rest API server

npm install -g json-server
json-server --watch db.json 

Run Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

Angular 2+ HttpClient CRUD Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.9%
  • HTML 13.3%
  • JavaScript 13.2%
  • CSS 0.6%