Skip to content

Angular 14 CRUD example with Web API using Router, Form, HttpClient and Bootstrap

Notifications You must be signed in to change notification settings

bezkoder/angular-14-crud-example

Repository files navigation

Angular 14 example project: CRUD with Rest API

Build an Angular 14 CRUD App example to consume Rest APIs, display, modify & search data.

Tutorial Application in that:

  • Each Tutorial has id, title, description, published status.
  • We can create, retrieve, update, delete Tutorials.
  • There is a Search bar for finding Tutorials by title.

angular-14-crud-example

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.

For instruction, please visit:

Angular 14 example: CRUD Application with Rest API

More Practice:

Angular 14 Pagination example | ngx-pagination

Angular 14 JWT Authentication & Authorization with Web API

Angular 14 File upload example with Progress bar

Angular 14 Multiple Files upload example with Progress Bar

Angular 14 Form Validation example (Reactive Forms)

Fullstack with Node:

Angular 14 + Node Express + MySQL example

Angular 14 + Node Express + PostgreSQL example

Angular 14 + Node Express + MongoDB example

Angular 14 + Node Express: File upload example

Fullstack with Spring Boot:

Angular 14 + Spring Boot + H2 Embedded Database example

Angular 14 + Spring Boot + MySQL example

Angular 14 + Spring Boot + PostgreSQL example

Angular 14 + Spring Boot + MongoDB example

Angular 14 + Spring Boot: File upload example

Fullstack with Django:

Angular + Django example

Security:

Angular 14 + Spring Boot: JWT Authentication and Authorization example

Angular 14 + Node.js Express: JWT Authentication and Authorization example

Serverless with Firebase:

Angular 14 Firebase CRUD with Realtime DataBase

Angular 14 Firestore CRUD example

Angular 14 Firebase Storage: File Upload/Display/Delete example

Integration (run back-end & front-end on same server/port)

How to integrate Angular with Node Restful Services

How to Integrate Angular with Spring Boot Rest API