Chapter 1. Introduction to AngularJS and the Single Page Application
In this chapter, we'll learn what Single Page Apps are and how they differ from the regular web applications. We will also learn the fundamentals of AngularJS and go about building a simple Address Book App using it.
The list of topics to be covered in the chapter are as follows:
What are Single Page Apps?
Anatomy of an app
Models and views
Building an Address Book App
Styling the app with CSS
Adding items to the Address Book