問題タブ [rxjs-observables]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
31 参照

angular - 2 つのサービスのネストに問題があります

最初のものはオブジェクトの配列を返します。すべてのオブジェクトには、2 番目のサービスを呼び出すために必要な一意のユーザー ID があります。

問題なく動作しますが、上記のコードには 2 つの欠点があります。1. コールバック地獄のように見え始めています。2. すべてのサブスクリプションの廃棄を自分で処理する必要があります。