...

/

Overview

Overview

Learn about the content that will be covered in this chapter.

We'll cover the following...

Previously, we learned that the code of an Angular project is written in TypeScript. Writing in TypeScript and leveraging its static typing gives us a remarkable advantage over other scripting languages. This chapter is not a thorough overview of the TypeScript language. Instead, we’ll focus on the ...