module

    0熱度

    1回答

    我有一個角應用,其中i有一個app.run.js和app.controllers.js 以前我是使用一個main.js不可用的錯誤,應用程序工作正常,但現在,當我 分居控制器和run.js 我收到沒有模塊可用的錯誤。 Error: $injector:modulerr Module Error 我到底做錯了什麼? 請參閱搗鼓代碼 <!DOCTYPE html> <html lang="

    1熱度

    1回答

    定義我有一個錯誤,如在這張照片時,我使用ng serve --prod 當我在本地npm start運行它運行良好命令! 在生產環境中運行時,它表示'ace not defined'? 代碼table.component.html <div class="codeEditor" ace-editor [(text)]="text" [mode]="languageMode" [theme]="ed

    3熱度

    1回答

    我在我想要動態訪問的所有導入模塊中都有一個共同的導出屬性route,但無法計算出如何遍歷導入模塊的列表。這可以做到嗎? import User from '/components/user.js'; import Document from '/components/document.js'; var routes = []; [array of imported modules].for

    0熱度

    1回答

    我正在運行一個純粹的JavaScript項目(不使用節點),我需要加載一個名爲Bluebird的Promises模塊。 我沒有經驗用JavaScript加載模塊,我以前一直使用平均值堆棧。 我已在index.html中以下內容: <script data-main="assets/js/app/App.js" src="assets/js/vendor/require.js"></script>

    1熱度

    1回答

    ES6 /巴貝爾:我的文件夾看起來是這樣的: A/ index.js a.js ...other 我通過index.js文件揭露a.js內容如下: export { foo, bar } from './a'; 所以我可以使用它導入它: import { foo, bar } from '../A'; 但現在,我想在index.js使用*,這樣的情況下,我

    2熱度

    2回答

    請參閱以下import: import { publishObjectAsync, consumeObjectsAsync, createChannelAsync } from "../shared/messaging/rabbitmq" 將會產生這個錯誤: SyntaxError: The requested module does not provide an export named '

    0熱度

    1回答

    我有在ES6這個問題在通天環境 : // A.js class A { } export default new A(); // B.js import C from './C'; class B { } export default new B(); // C.js import A from './A'; import B from './B'; class C {

    1熱度

    1回答

    我想在大型應用程序上開始使用vue.js。該應用程序將有50多個模塊,每個模塊具有多個組件。 我的計劃是在組件文件夾下創建子文件夾作爲模塊,每個文件夾包含它的相關組件文件。 我不想讓router/index.js文件中定義數百條路由,因爲這是無法管理的。 將routes.js文件放在每個模塊文件夾中將會很好。 這是可能的,以及如何或是否有更好的方法。

    -1熱度

    1回答

    在Android Studio 2.3.3中,我創建了一個項目並創建了Android Library類型的新模塊(HTTP)。並添加一個Java文件到該模塊包。 在構建時,我從該模塊的build.grade(HTTP/build.gradle)收到錯誤,如Plugin with id 'org.android.library' not found。那的build.gradle的第一行是有 appl

    1熱度

    1回答

    是否有可能在Ruby中執行模塊中的靜態方法? module Test self.def test puts "test" end end Test::test 我得到一個expecting token 'EOF', not 'end'如果呼叫是在同一個文件(如圖所示爲例)和expecting token 'CONST', not 'test',如果我把在不同