https://github.com/bezkoder/angular-10-crud-app
Angular 10 CRUD Application example to consume Web API
https://github.com/bezkoder/angular-10-crud-app
angular angular10 crud crud-application
Last synced: 2 months ago
JSON representation
Angular 10 CRUD Application example to consume Web API
- Host: GitHub
- URL: https://github.com/bezkoder/angular-10-crud-app
- Owner: bezkoder
- Created: 2020-06-30T02:59:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T04:28:26.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:50:23.050Z (3 months ago)
- Topics: angular, angular10, crud, crud-application
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 42
- Watchers: 5
- Forks: 40
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 10 CRUD application example with Web API
For instruction, please visit:
> [Angular 10 CRUD application example with Web API](https://bezkoder.com/angular-10-crud-app/)More practice:
> [Angular 10 Pagination example | ngx-pagination](https://github.com/bezkoder/angular-10-pagination-example)> [Angular 10 File Upload example with progress bar](https://bezkoder.com/angular-10-file-upload/)
> [Angular 10 JWT Authentication example with Web Api](https://bezkoder.com/angular-10-jwt-auth/)
Fullstack with Node.js Express:
> [Angular 10 + Node.js Express + MySQL](https://bezkoder.com/angular-10-node-js-express-mysql/)> [Angular 10 + Node.js Express + PostgreSQL](https://bezkoder.com/angular-10-node-express-postgresql/)
> [Angular 10 + Node.js Express + MongoDB](https://bezkoder.com/angular-10-mongodb-node-express/)
Fullstack with Spring Boot:
> [Angular 10 + Spring Boot + MySQL](https://bezkoder.com/angular-10-spring-boot-crud/)> [Angular 10 + Spring Boot + PostgreSQL](https://bezkoder.com/angular-10-spring-boot-postgresql/)
> [Angular 10 + Spring Boot + MongoDB](https://bezkoder.com/angular-10-spring-boot-mongodb/)
Fullstack with Django:
> [Angular 10 + Django Rest Framework](https://bezkoder.com/django-angular-10-crud-rest-framework/)> [Angular 10 + Django + MySQL](https://bezkoder.com/django-angular-mysql/)
> [Angular 10 + Django + PostgreSQL](https://bezkoder.com/django-angular-postgresql/)
Serverless with Firebase:
> [Angular 10 Firebase CRUD with Realtime Database](https://bezkoder.com/angular-10-firebase-crud/)> [Angular 10 Firestore CRUD | AngularFireStore](https://bezkoder.com/angular-10-firestore-crud-angularfire/)
Integration (run back-end & front-end on same server/port)
> [How to Integrate Angular 10 with Node.js Restful Services](https://bezkoder.com/integrate-angular-10-node-js/)> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-spring-boot/)
## Development server
Run `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).