subscribe

    0熱度

    1回答

    最近我開始使用Laravel回聲,現在我有一個疑問。假設我正在開發一家網上商店。作爲我的網上商店的用戶,我有不同州的訂單清單(待處理,批准,失敗,運送等)。我想使用Laravel Echo實時更新狀態。 我怎樣才能訂閱我的訂單上的事件,而不是網上商店的所有訂單? Echo.channel('orders') //only my orders .listen('OrderStatus', (e)

    0熱度

    1回答

    我想在同一訂閱方法或ngOninit方法(註釋一)中看到從服務返回的結果,但它沒有顯示結果,即使它正在從服務中獲取結果.. ngOnInit() { this.cityAreaService.getCities().subscribe(data => { this.cities = data; //console.log(this.cities); })

    0熱度

    1回答

    我試圖從服務器獲取數據,然後在Ionic頁面中顯示,到目前爲止,我可以獲取沒有問題的數據並在控制檯中檢查。 但是,服務器如何返回給我? 所以我有這個功能的提供商 public LoadArticle(article_id:any){ let headers = new Headers(); let postData:any; postData = { ta

    0熱度

    2回答

    我有返回可觀察到的包含字符串,像這樣一個功能: retrieveDialingCode(countrycode: string): Observable<any> { return this.countries.map(res => res .find(country => country.alpha2 === countrycode) .countryCal

    1熱度

    2回答

    我在RXJS中讀到了這個令人敬畏的功能,理論上我只能訂閱一個響應,但似乎無法實現它此錯誤 「屬性'第一'在類型'Observable'上不存在。」 雖然我只是從現有的例子複製粘貼。 這裏是我的代碼: implementHash(token){ console.log('trying to implement hash', token); const req = this.htt

    0熱度

    1回答

    如何通過訂閱返回值? 我試圖創建一個全局變量,但我沒有成功。 this.postServices.getData().subscribe((res)=>{ this.data = res }) console.log(this.data)

    1熱度

    2回答

    晚上好。 從我訂閱的訂閱服務中檢索數據時遇到問題;我在訂閱功能中獲取數據,但在其外部是UNDEFINED; 這是代碼。 userservice.ts import { Injectable } from "@angular/core"; import { Http, Response, Headers } from "@angular/http"; import 'rxjs/Rx'; imp

    1熱度

    1回答

    我試圖讓多個http請求後的元素,但有一個異步問題,我無法解決。發佈我的代碼: Get函數在我的服務: get() { return new Observable(project => { this.channelsService.get().subscribe( stations => { this._stations = stations; this

    0熱度

    1回答

    早上好, 我有以下問題: onSubmit(){ this.userService.getCandidate(this.candidate) .subscribe( (candidate) => { this.candidate2 = candidate; console.log(this.candidate2); this.na

    -2熱度

    1回答

    我想知道我的發佈和訂閱的實現是否正確。即時通訊新的流星js請幫助我。如果您需要更多關於我的代碼的信息,我願意爲您提供其他源代碼。我閱讀有關發佈和訂閱的文檔,但我不明白關於它的文檔。 import { Mongo } from 'meteor/mongo'; import { Meteor } from 'meteor/meteor'; import { check } from 'meteor