chapter nineteen
                    19 Creating an Angular app, part 2
This chapter covers
- Adding support for Angular URL routing
 - Creating a deployment server and persistent data storage
 - Deploying the application in a container
 
In this chapter, I continue the development of the Angular web application started in chapter 18 by adding the remaining features and preparing the application for deployment into a container. For quick reference, table 19.1 lists the TypeScript compiler options used in this chapter.