問題タブ [angular-observable]
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.
angular - Angular http - 条件付き終了によるオブザーバブルのチェーン
アプリがバックエンドからいくつかのデータを取得し、そのデータを処理するいくつかのステップを実行する必要がある状況があります。私が実装するのは次のようなものです
バックエンドが有効なデータを送信しない場合に備えて、ステップを実行せずに処理チェーンを終了し、Observable.of(null)
そのようなロジックを実装するエレガントな方法はどれですか?
json - Angular 4 : 複雑なモデルに json HttpClient レスポンスを入力します
new を使用して API 呼び出しの応答をモデルに入力しようとしていますHttpClientModule
。ただし、モデルの属性は「json 型」ではなく、複合型です。
json オブジェクトだけでなく、実際のオブジェクトと一致するを返す方法getById
とgetAll
方法について何か考えはありますか?ReferenceService
Observable
Reference
これが私がやりたいことの例です。
ありがとう !
`