我看到Angular2啓動項目的System.Config.JS爲例前綴配置地圖包的名稱,它下面喜歡: (function (global) {
System.config({
paths: {
// paths serve as alias
'npm:': 'node_modules/'
},
// map tells the System
所以我的問題與這個非常相似:SystemJS (Aurelia with jspm) fails to load "aurelia-pal-browser" from jspm_packages folder,但是那裏的解決方案並不適合我。另外我的錯誤稍有不同。 system.src.js:123 Uncaught (in promise) Error: (SystemJS) XHR error
通過Systemjs獲取請求不會將擴展.js添加到url。 這些都是我的打字稿類 customer.ts import {Address} from "./Address";
export class Customer {
private _customerName: string = "";
public CustomerAddress: Address = new Ad