xxxxxxxxxx
You can make sure Node is installed on your system by running the following
command in a command prompt which should display the installed version of Node:
node -v
run the following command to install Angular CLI:
npm install @angular/cli
Create new projects:
ng new my-dream-app