@tolgee/ngx 1.8.2 → 1.8.3

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,6 +74,13 @@ this.translateService
74
74
  .subscribe((r) => (this.helloWorld = r));
75
75
  ```
76
76
 
77
+ ### Element with t attribute
78
+
79
+ ```html
80
+ <h1 t key="providing_default_values"></h1>
81
+ <p t key="Peter has n dogs" [params]="params"></p>
82
+ ```
83
+
77
84
  ## Prerequisites
78
85
 
79
86
  1. You have some React based project
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/tolgee/tolgee-js"
7
7
  },
8
- "version": "1.8.2",
8
+ "version": "1.8.3",
9
9
  "publishConfig": {
10
10
  "directory": "../../dist/ngx-tolgee",
11
11
  "access": "public"