In this tutorial series, you’ll learn how to create an Angular web app from scratch. You’ll be creating a grocery manager web app throughout the course of this series. This tutorial series assumes the reader to have basic understanding of JavaScript and TypeScript.

Angular Web App From Scratch - Part 1

In the first part of the tutorial, you’ll learn how to get started with creating a web app using Angular. Basically, you’ll focus on creating the application user interface. For the sake of brevity you’ll be keeping the application data in an array.

Angular Web App From Scratch - Part 2

In the second part of the tutorial, you’ll learn how to store the application data in MongoDB. You’ll learn how to create REST APIs using Node.js to insert and get data from MongoDB. You’ll also learn how to call REST APIs from the Angular application.