Angular installation

前端 未结 9 945
傲寒
傲寒 2021-02-06 13:55

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         


        
9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-06 14:33

    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.

提交回复
热议问题