問題タブ [switchmap]
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.
165 問題
0
投票する
1
に答える
2390
参照
angular - switchMap からの BehaviorSubject の場合、getValue は関数エラーではありません
これは私のクラスのTSコードです
これはサービスからのコードです
私は型を宣言し、型もキャストしますが、それでも私が書くとき
次のエラーが表示されます。
エラー TypeError: this.product$.getValue は関数ではありません
ありがとう