1.0.0 • Published 6 months ago

tr-currency v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

TrCurrency

This library supporting Angular version 17

Install

npm i tr-currency

Code usage

This package have an standalone pipe. If you want to use it you have to import TrCurrencyPipe your standalone component or your module.

Installation

import { TrCurrencyPipe } from 'tr-currency';

imports: [ 
    TrCurrencyPipe
]

Usage

{{money | trCurrency}}

Output

14505.50 ==> 14.505,00

Usage

//If you want to use symbol, you can use parameter that.
{{money | trCurrency : '₺'}}

Output

14505.50 ==> 14.505,00 ₺

Usage

//If you want the symbol to be first, you can stil do it with a parameter.
{{money | trCurrency : '₺' : true}}

Output

14505.50 ==> ₺14.505,00
1.0.0

6 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago