我試圖運行angularjs 2應用程序dist文件作爲簡單的html頁面。即我只需雙擊dist文件夾中的index.html即可。但是,應用程序無法正常工作:錯誤:angularjs 2:SecurityError:無法執行
EXCEPTION: Uncaught (in promise): SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'file:///D:/' cannot be created in a document with origin 'null' and URL 'file:///D:/dev/ProxyVoting/ngapp/dist/index.html'.
你不能只是點擊index.html,然後,除了它的工作。您的頁面需要一些強制性文件,如果不使用服務器(Apache,node.js,...)則無法訪問。 – mickdev
@mickdev你可以描述頁面需要什麼類型的文件嗎?謝謝。 –
有關Angular 2 App生產的更多詳細信息,請參閱此處:http://stackoverflow.com/a/38765929/7447071 – mickdev