记一下吧,又记不住啦。pipe
Posted jayruan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记一下吧,又记不住啦。pipe相关的知识,希望对你有一定的参考价值。
currency
date
uppercase
json
limitTo
lowercase
async
decimal
percent
ts ==
import { CurrencyPipe } from ‘@angular/common‘;
this.currencyPipe.transform(netSale, ‘USD‘, true, ‘1.2-2‘)
html
| currency:‘USD‘:true:‘1.2-2‘
{{(overView["itemDiscountTotal"]+overView["orderDiscountTotal"])/overView["netSales"] | percent:‘1.2-2‘}}
以上是关于记一下吧,又记不住啦。pipe的主要内容,如果未能解决你的问题,请参考以下文章