問題タブ [rxjs6]
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.
rxjs - 静的結合Latestを支持してcombineLatestは非推奨
を使用してrxjs移行ツールを実行した後
rxjs-5-to-6-migrate -p src/tsconfig.app.json
私は今リンティングエラーを取得しています:
CombineLatest は非推奨です: 静的な結合Latest を支持して非推奨です。
移行コマンドを実行する前の私のコードは次のとおりです。
移行コマンドを実行した後の私のコード: (現在、linting エラーが発生しています)
質問はこのstackoverflowの質問で尋ねられましたが、十分に具体的ではありませんでした: Angular 6 ng lint duplicate errors and warnings, combineLatest is deprecated .