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.
- Host: GitHub
- URL: https://github.com/cemutku/angular-crud-example
- Owner: cemutku
- Created: 2020-04-08T09:43:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T09:48:09.000Z (about 6 years ago)
- Last Synced: 2025-02-14T23:51:30.158Z (over 1 year ago)
- Topics: angular, crud, http-client
- Language: TypeScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)