tr-currency
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "tr-currency", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.0.0", |
@@ -23,6 +23,12 @@ # TrCurrency | ||
Output: `14505.50 ==> 14.505,00` | ||
Usage: | ||
`{{money | trCurrency : '₺'}}`. | ||
Output: `14505.50 ==> 14.505,00 ₺` | ||
Note: If you dont want to use `₺` symbol, you can use parameter that. | ||
Note: If you want to use symbol, you can use parameter that. | ||
Example: `{{money | trCurrency: '$'}}` | ||
Example: `{{money | trCurrency: '$'}}` | ||
Output: `14505.50 ==> 14.505,00 $` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19614
195
33