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.

Table 19.1 The TypeScript compiler options used in this chapter

Name

Description

baseUrl

This option specifies the root location used to resolve module dependencies.

declaration

This option produces type declaration files when enabled, which describe ...

Get Essential TypeScript 5, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.