Creating Services for Client Contacts Manager Application

Let's create a service that contains In-Memory Web API to provide a to mak mock REST API calls to local memory and make use of services in order to save and manage data within the application.

Major changes

In this version of the application, we have made the following changes:

  • Added Services, one for the Client section and one for the Company section.

  • Added forms for Adding, Editing, and Deleting both Clients and Companies.

  • Used angular-in-memory-web-api to store data locally.

  • Added lazy loading of routes.

Get hands-on with 1200+ tech skills courses.