Throughout this tutorial, We’ll be learning how to build an Angular 10 CRUD application with Bootstrap 4 styles to consume a REST Web API, create, read, modify and search data.
We will learn how to build an Angular 10 front-end application that fetches data from a REST API of products:
Each product has id, name, description, availability status.
Users would be able to create, retrieve, update, and delete products.
Users can search for products by name.
#angular