Source code of code samples from my 9-hr online Angular workshop
- Download and install the current version of Node.js from https://nodejs.org
- Install one of these IDEs: Visual Studio Code (https://code.visualstudio.com) or WebStorm (https://www.jetbrains.com/webstorm).
- If you have Angular CLI older than 7.0.0, uninstall it by running the following command: npm uninstall @angular/cli -g
- Install the latest Angular CLI: npm install @angular/cli -g
- Check that you have Angular CLI 7 installed by running the following command: ng version