18 Creating an Angular app, part 1
This chapter covers
- Creating and configuring an Angular project
- Understanding the Angular TypeScript configuration
- Building a data model for the Angular application
- Creating Angular components for basic application features
- Configuring the Angular application
In this chapter, I start the process of creating an Angular web application that has the same set of features as the example in chapters 16 and 17 Unlike other frameworks, where using TypeScript is an option, Angular puts TypeScript at the heart of web application development and relies on its features, especially decorators. For quick reference, table 18.1 lists the TypeScript compiler options used in this chapter.
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.