【轉】angular使用代理解決跨域

原文: https://www.cnblogs.com/sghy/p/9111293.htmlhtml

-----------------------------------------------------git

angular二、angular四、angular5 及以上版本的跨域問題。github

經過angular自身的代理轉發功能npm

配置package.json json

兩種方式啓動代理服務 
第一種: 
啓動項目經過npm start啓動,會自動啓動代理服務跨域

npm start

第二種: 
或者直接如下命令啓動代理服務angular2

ng serve  --proxy-config proxy.conf.json

 官網介紹:https://github.com/angular/angular-cli/blob/master/docs/documentation/stories/proxy.mdangular4

相關文章
相關標籤/搜索