...

/

Performing CRUD Operations

Performing CRUD Operations

In this lesson, we will look at performing HTTP operations in Angular either with a mock or real API.

In the previous lesson, we created a data store using the in-memory-web-api and returned that data from the store using a service. This returned data now can be used to perform the API operations.

We will use an Angular service to obtain the data and store it and share it with the components that need the data.

As we discussed in the first lesson of this section, Angular has HttpClient ...