一 前言 node
angular6爲當前最新版本,全部一切都是angular6的知識點。typescript
二 angular安裝npm
1.卸載老版本angular瀏覽器
打開dos環境blog
刪除angular:npm unistall -g angular-cliip
清除殘餘:npm unistall -g @angular/cliangular
npm cache clean || npm cache verfyejs
若是還未清除乾淨,則執行下列命令(不一樣電腦路徑稍有不一樣)module
Delete the C:\Users\Username\AppData\Roaming\npm\node_modules\@angular foldercli
2.安裝 node.js
https://nodejs.org/en/
3.安裝angular
npm install -g typescript
npm config set registry https:registry.npm.taobao.org(建議使用淘寶鏡像)
ng -v 檢查版本
若出現如下結果,則代表安裝成功
3 建立一個新的angular項目
進入一個文件 例如 E:
而後再文件內建立angular項目
npm new angularDemo
文件建立後,還會自動從網上下載文件所須要的組件,耐心等候。
運行:dos環境下進入angularDemo所在目錄 ng serve --open
自動彈出默認瀏覽器 http://localhost:4200/