An open API service indexing awesome lists of open source software.

https://github.com/cemutku/angular-crud-example

A sample application developed with Angular for CRUD operations.
https://github.com/cemutku/angular-crud-example

angular crud http-client

Last synced: 10 months ago
JSON representation

A sample application developed with Angular for CRUD operations.

Awesome Lists containing this project

README

          

# AngularCrudExample

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5.

Also contains basic examples of Http Calls, Routing and Forms

## Development server

Run `npm install` to get node_modules and run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

There is a fake API created with `json-server` under `http://localhost:3000/` check `/posts` for json data (db.json). It will be started with the same command as angular app (`npm start`)