亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Angular 如何在本地html中運行?

Angular 如何在本地html中運行?

F1D 2017-05-30 17:39:07
import?{?platformBrowserDynamic?}?from?'@angular/platform-browser-dynamic'; import?{?AppModule?}?from?'./app/app.module'; platformBrowserDynamic().bootstrapModule(AppModule);上面是 main.ts 里的代碼<!DOCTYPE?html> <html> ??<head> ????<title>Angular?QuickStart</title> ????<base?href="/"> ????<meta?charset="UTF-8"> ????<meta?name="viewport"?content="width=device-width,?initial-scale=1"> ????<link?rel="stylesheet"?href="file:///C:/Users/F1d/Documents/PartTime/test/quickstart/src/styles.css"> ????<!--?Polyfill(s)?for?older?browsers?--> ????<script?src="file:///C:/Users/F1d/Documents/PartTime/test/quickstart/node_modules/core-js/client/shim.min.js"></script> ????<script?src="file:///C:/Users/F1d/Documents/PartTime/test/quickstart/node_modules/zone.js/dist/zone.js"></script> ????<script?src="file:///C:/Users/F1d/Documents/PartTime/test/quickstart/node_modules/systemjs/dist/system.src.js"></script> ????<script?src="file:///C:/Users/F1d/Documents/PartTime/test/quickstart/src/systemjs.config.js"></script> ????<script> ??????System.import('file:///C:/Users/F1d/Documents/PartTime/test/quickstart/src/main.js').catch(function(err){?console.error(err);?}); ????</script> ??</head> ??<body> ????<my-app>Loading?AppComponent?content?here?...</my-app> ??</body> </html>上面是 index.html ,也嘗試過相對路徑。XMLHttpRequest?cannot?load?file:///C:/Users/F1d/Documents/PartTime/test/quickstart/src/main.js.?Cross?origin? requests?are?only?supported?for?protocol?schemes:?http,?data,?chrome,?chrome-extension,?https.我直接在本地運行,index.html,Google瀏覽器的Console窗口里就直接報上面的這些錯誤了。我的問題是,如何可以做到讓 Angular 不需要依靠Web服務,就可以在本地加載運行?因為我有一些項目是需要在Electron、Android的Webview、IOS的NKWevbiew 中使用到 Angular的而它們都是加載本地文件的。我想一定會有辦法的,我是個初學者,請各位大神幫我解答?。?!
查看完整描述

1 回答

?
sunyaox

TA貢獻68條經驗 獲得超6個贊

放到nginx里試試

查看完整回答
反對 回復 2017-06-02
  • 1 回答
  • 0 關注
  • 2129 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號