0 - Environment Setup
Last updated
Last updated
Dependency checklist:
node v8+
git
cli.angular.io
nrwl schematics
visual studio code
visual studio code extensions
chrome extension for redux dev tools
The main dependency for being able to make an Angular application is node version 8+. The latest stable version of node is best to get if you do not have it already installed.
You can check your version of node by running the following command in the terminal.
If you would like to use source control and check out completed work then it is recommended to have git installed on your machine. You can download git from
You can check your version of node by running the following command in the terminal.
If you do not have node installed or you are using a version lower than v4 then I you can get the latest stable version from .
We need to have both the Angular CLI and the nrwl schematics installed globally. Run the following commands.
Manually install NgRx schematics globally until issue resolved
Angular Essentials: Everything you need for angular in an extension pack
Rainbow Brackets: Handy for many brackets when inlining observables
TSLint: Great linting in VSCode