In this chapter, we will touch on the bases of TypeScript: data types, let and const, functions, arrow functions, classes, and interfaces. Although not extensive, this guide is complete enough to understand every bit of code we will be building and to understand pieces of code from other sources when you need to look for something later on your journey as a developer.
Getting Started
We are ready to start working. First, we will create a folder called Angular, where ...