0
我在我的Angular4應用程序中使用xml2js時遇到問題。在angular4應用程序中導入xml2js
我通過NPM安裝了它,並將其導入這樣的:
import {parseString} from "xml2js";
但是,當我開始我的申請,我得到這個錯誤:
Failed to load resource: the server responded with a status of 404 (Not Found)
Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:3000/node_modules/xml2js
我也安裝分型。
我新的角度(與打字稿),所以我會很高興,如果有人可以幫我解釋一下我做錯了什麼:)
謝謝,我會試試看 – Thessi