Installing the Angular CLI
Let's install the Angular CLI.
We'll cover the following...
Step 1: Install Node
To install the Angular CLI, we need Node, so we need to go to the Node website and install it. Once we’re at the Node website, we need to click on the download link for the Long Term Stable (LTS) version of Node. This version of Node is recommended for most users and is ideal for our needs.
Once the download ...