問題タブ [angular-rc5]

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 投票する
2 に答える
2425 参照

angular - コンストラクターDIを使用せずにHttpインスタンスを作成する方法は? (RC.5+)

Angular2 の DI ( constructor(private http: Http) ) を使用せずに Http のインスタンスを取得する必要があります。

次のコードは、別の stackoverflow questionから取得したもので、Angular2 RC.4 以前のバージョンでは機能しますが、RC.5+ (HTTP_PROVIDERS は使用できなくなりました) では機能しません。

Stackoverflow には、同じコードのさまざまなバリエーションに関するいくつかの質問がありますが、RC.5+ ではどれも機能しません。

RC.5+で同じことを実行する方法を知っている人はいますか?