Description
In this guide, you will learn how to get started with the Angular app and configure the application with real-time API data, performing the frequently used data table features such as creating NodeJs back-end API. API integration with the Angular app and the app routing.
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites
You should have a basic understanding of Angular and Node.js with MongoDB.
Lab Requirements
The schema for the User is given below:
{ name: { type: String, required: true }, age: { type: String, required: true }, email: { type: String, required: true } }