首页 > 其他 > 详细

记一下吧,又记不住啦。pipe

时间:2017-10-01 09:51:08      阅读:315      评论:0      收藏:0      [点我收藏+]

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

原文:http://www.cnblogs.com/jayruan/p/7616600.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!