Table of Contents
Chapter 1 - Introduction to Angular
This chapter talks about the background of Angular and discusses why it is worth learning.
Chapter 2 - CLI & Workspace
This chapter walks through the installation process, teaches the basics of Angular CLI and workspace configuration.
Chapter 3 - Components & Modules
This chapter demonstrates the whats and hows of the fundmental building blocks in Angular.
Chapter 4 - Routing
This chapter focuses on routing basics and techniques in Angular for building single-page applications.
Chapter 5 - Services & RxJS
This chapter introduces the service layer, RxJS and how to use them in Angular.
Chapter 6 - Forms & HTTP Client
This chapter showcases the two types of forms available in Angular, and the Http Client for communicating with a server using the Http protocol.