Installing the tools – Git, the Angular CLI, and VS Code plugins

From this chapter to the end of the book, we will adopt the VS Code text editor – it is free, lightweight, and very powerful for creating web applications.

Also, it is very important to use a version control system for the source code; this will help us to track all of the changes in our code base.

Next, we will introduce Git source control.