systemjs

    3熱度

    1回答

    我正在使用Angular 2 See d應用程序並試圖安裝KendoUI Angular2控件。 種子使用SystemJS,但在npm start上生成。我試圖添加從here使用外部依賴項,但我無法讓它工作。 我得到 Failed to load resource: the server responded with a status of 404 (Not Found) localhost/:

    1熱度

    1回答

    我正在npm模塊中編寫一個常用組件,我不知道什麼是templateUrl的最佳方式,它正在工作,但是我不想包含node_modules在templateUrl,,因爲node_module direcotry可以重命名。 有沒有其他的工作方式來使用它? 例如:"npm:my-commons-ts/my-commons/components/BootstrapAlert/BootstrapAlert

    1熱度

    1回答

    我一直在嘗試將TypeScript Angular 1應用程序轉換爲使用ES6樣式模塊導入。 刪除使用命名空間並使用導入關鍵字來拉入模塊。例如 import * as angular from "angular"; import * as angularroute from "angular-route"; 但我遇到了一些問題。 我是從角得到一個錯誤: 未捕獲(在承諾)錯誤:(SystemJ

    2熱度

    1回答

    我正在使用angular2應用程序,我希望使用功能模塊的延遲加載。將模塊作爲特性模塊進行分離並按需加載它們在開發模式下工作良好,但是如何分別將特徵模塊(使用systemjs)並將其加載到生產中?

    1熱度

    1回答

    我想學習angular2但是我堅持與SystemJS配置。 <!DOCTYPE html> <html> <head> <title>Reloyalty Administration Dashboard</title> <!-- Viewport mobile tag for sensible mobile support --> <meta name="vie

    0熱度

    1回答

    我正在試圖加載angular2頁面時,這個錯誤: https://postimg.org/image/meg0l2znn/ 我的index.html <!DOCTYPE html> <html> <head> <title>Reloyalty Administration Dashboard</title> <!-- Viewport mobile tag for sen

    3熱度

    1回答

    我試圖在客戶端和服務器中使用現有的js庫(validate.js)。 我使用npm安裝了它,並且一切都爲服務器和客戶端編譯。 在服務器中使用它時效果很好,但是當我在瀏覽器中執行它時會引發錯誤。 同樣的文件在這兩種情況下使用: import validate = require("validate.js"); export function RequestValidator(data: any)

    0熱度

    1回答

    例如有涼亭,我可以做這樣的事情只得到了SCSS文件(不包括JS): { "dependencies": { "bootstrap-sass": "~3.3.5" }, "overrides": { "bootstrap-sass": { "main": [ "assets/stylesheets/_bootstrap.scs

    1熱度

    1回答

    我在這裏設置了我的整個設置: https://github.com/jordymeow/meowbs-2016 我相信它很乾淨,但並不完美。正因爲如此,它的工作原理,但在index.html文件,嘗試切換這些意見: //System.import('./app/app'); System.import('./src/app.ts'); 基本上,而是採用編譯JS(由凌編輯器自動執行),我們可以

    1熱度

    1回答

    我有一個Typescript + Node + Angular2 + Electron應用程序,目前正在嘗試運行測試節點類,也寫在Typescript中。 對於構建應用程序和電子中運行它,我使用以下tsconfig: "compilerOptions": { "module": "system", "target": "es6", ... } 因此,大家