Pipe


說明

1. 只能用在Template

Template語法:

<element>
    {{變數或特定類別表達式(Pipe參數1) | Pipe1名稱 : Pipe1參數2 : Pipe1參數3 | Pipe2名稱}}
</element>

Angular基本Pipe

Pipe 說明
AsyncPipe 非同步
CurrencyPipe 1.處理貨幣格式
2.number
DatePipe 1.處理日期格式
2.Date
DecimalPipe 1.處理小數位
2.number
I18nPluralPipe 多語系字串顯示
I18nSelectPipe 多條件字串顯示
JsonPipe 將物件轉為JSON格式字串,debug有用
LowerCasePipe 1.字串轉為全小寫
2.String
PercentPipe 1.處理百分比
2.number
SlicePipe 1.分割陣列或字串
2.Array/String
TitleCasePipe 1.單字首字母大寫其他字母小寫
2.String
UpperCasePipe 1.字串轉為全大寫
2.String

results matching ""

    No results matching ""