2
を変換するために、私は私が変換するためにアプリケーション全体で使用することができ、この外のパイプを作成することができますどのように次のように見えるのAPIを使用して通貨を変換する方法、Angular2パイプは、通貨
exchange(Input: string, Output: string, value: number): number {
let inputRate = this.currencyStorage.getCurrencyRate(cnput);
let outputputRate = this.currencyStorage.getCurrencyRate(Output);
return value/ inputRate * outputputRate;
}
を作成しました通貨?
未定義と言いました –
1つの質問は、ページを更新せずにパラメータを変更するとパイプが機能しますか? – Sajeetharan