tr-currency 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,8 @@ This package have an standalone pipe. If you want to use it you have to import `
9
9
 
10
10
  ## Installation
11
11
  ```typescript
12
+ import { TrCurrencyPipe } from 'tr-currency';
13
+
12
14
  imports: [
13
15
  TrCurrencyPipe
14
16
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tr-currency",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0"