angular-meteor

    4熱度

    2回答

    我正在創建一個angular2流星應用,我需要在其中進行延遲加載。 我已經嘗試了角度2 doc爲懶加載。 app.routes.ts import { Route } from '@angular/router'; import { Meteor } from 'meteor/meteor'; import { LoginComponent } from './modules/loginCom

    0熱度

    2回答

    目前,我爲一個學校項目工作並希望顯示一些帶有angularJs和流星的圖表。 我想使用ui-router插件。但是,當我嘗試使用它,我得到以下錯誤: Error: only one instance of babel/polyfill is allowed at Object.eval (eval at <anonymous> (http://localhost:3000/packages/jq

    0熱度

    4回答

    我的項目(Projects)用一記project它有一個數組equipInfo集合,可以說我想更新索引1的陣列數量: "techInfo" : { "equipInfo" : [ { "item" : { "$ref" : "equipment", "$id" : ObjectId("581a20cb4abab6

    0熱度

    1回答

    我看到計算器上的很多帖子,出現此錯誤: Error: [$injector:unpr] Unknown provider: NgTableParamsProvider <- NgTableParams http://errors.angularjs.org/1.5.8/$injector/unpr?p0=NgTableParamsProvider%20%3C-%20NgTableParams

    0熱度

    1回答

    嘗試部署/建立本地主機,當運行應用程序我不斷收到: Error: [$injector:unpr] Unknown provider: t

    0熱度

    1回答

    我有一個angular2-流星的項目,我有這個對象的colecction: { name:"name1", value:4 } ,我想value屬性像數組: [1, 2, 3, 4] ,我想集合中出現的變化反應出現在我的數組上。例如:如果我在我的集​​閤中插入一個新文檔,我想在我的數組值中添加一個新項目。 在我的客戶端我訂閱了這個集合是這樣的: this.collectSub = Mete

    0熱度

    1回答

    我想爲我的Angular-Meteor應用使用分頁。不幸的是,我還沒有找到一個官方的包。但我發現這個包:https://github.com/alethes/meteor-pages。 我爲我的應用程序使用md-data-table:https://github.com/daniel-nagy/md-data-table 我不知道如何將這兩個軟件包一起使用。我的表看起來像這樣: <table md

    0熱度

    1回答

    我在流星新手。 上一週,通過實施本教程的待辦事項作爲描述here啓動後,每一個東西是好的地方。 只是事實,我不斷嘗試部署它,但我的Heroku 鏈接(https://tasktor.herokuapp.com)只顯示一個空白頁,此錯誤中去調試 的: Error: [email protected]^1.2.27 not installed. tmeasday_check-npm-versions.

    0熱度

    2回答

    我介紹了一個出版商在用下面的代碼在服務器端的集合: Meteor.publish('posts',() => Posts.find()); 現在我要訂閱收藏在客戶端。作爲一個例子,我想打印的條目數的集合到控制檯,只要數據發生了變化: ngOnInit() { Meteor.subscribe('posts',() => { console.log(Posts.find().count()); })

    -1熱度

    1回答

    我正在構建一個使用angular-meteor的android應用程序,並且想要在用戶離線時啓動本地網絡設置。 我用科爾多瓦插件https://github.com/selahssea/Cordova-open-native-settings 而且它可以像使用: cordova.plugins.settings.open(success_callback,failure_callback); 但我