I want to install Angular version 4.* on my windows 7.
I am currently using Angular version 1.6.*
I tried following command
npm install @angular/{com
Install angular cli globally.
npm install -g @angular/cli
Get git pull from repository:-
[https://github.com/blazehub/ng-cli-starter.git]
to get ready made production ready project structure.
You have some libraries, Like
angular-material, angular-cdk`
etc... Add all those and Try. It will work for sure. And you will be able to run the project
For installing Angular 4 follow below simple steps:
Remember you should be inside the project folder before starting the server. Hope this helps.