This chapter is a “getting started” guide for Angular applications made with TypeScript and Material Design. By the end of the chapter, you should be able to set up a sample project—a basic “Hello World” version of an Angular application made with TypeScript and Material Design. This chapter introduces concepts that are elaborated in upcoming chapters.
This chapter begins by describing the prerequisites for starting a sample application. We run it to see the first page. The chapter also introduces basic scripts for running an application for development, and packaging, building, ...