@rxap/ngx-localize 19.0.2-dev.2 → 19.0.2

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.0.2](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.3...@rxap/ngx-localize@19.0.2) (2025-02-23)
7
+
8
+ **Note:** Version bump only for package @rxap/ngx-localize
9
+
10
+ ## [19.0.2-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.2...@rxap/ngx-localize@19.0.2-dev.3) (2025-02-23)
11
+
12
+ **Note:** Version bump only for package @rxap/ngx-localize
13
+
6
14
  ## [19.0.2-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.1...@rxap/ngx-localize@19.0.2-dev.2) (2025-02-23)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/ngx-localize
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add @rxap/ngx-localize
19
19
  ```
20
20
  **Install peer dependencies:**
21
21
  ```bash
22
- yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.2-dev.1 @rxap/ngx-user@^19.0.2-dev.1 rxjs@^7.8.1
22
+ yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.2-dev.3 @rxap/ngx-user@^19.0.2-dev.3 rxjs@^7.8.1
23
23
  ```
24
24
  **Execute the init generator:**
25
25
  ```bash
@@ -85,6 +85,10 @@
85
85
  <h1>Change Log</h1>
86
86
  <p>All notable changes to this project will be documented in this file.
87
87
  See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.3...@rxap/ngx-localize@19.0.2">19.0.2</a> (2025-02-23)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
90
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.2...@rxap/ngx-localize@19.0.2-dev.3">19.0.2-dev.3</a> (2025-02-23)</h2>
91
+ <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
88
92
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.1...@rxap/ngx-localize@19.0.2-dev.2">19.0.2-dev.2</a> (2025-02-23)</h2>
89
93
  <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
90
94
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.0...@rxap/ngx-localize@19.0.2-dev.1">19.0.2-dev.1</a> (2025-02-18)</h2>
@@ -117,9 +117,9 @@
117
117
  <li>
118
118
  <b>@angular/core</b> : ^19.1.3</li>
119
119
  <li>
120
- <b>@rxap/config</b> : ^19.0.2-dev.1</li>
120
+ <b>@rxap/config</b> : ^19.0.2-dev.3</li>
121
121
  <li>
122
- <b>@rxap/ngx-user</b> : ^19.0.2-dev.1</li>
122
+ <b>@rxap/ngx-user</b> : ^19.0.2-dev.3</li>
123
123
  <li>
124
124
  <b>rxjs</b> : ^7.8.1</li>
125
125
  </ul>
@@ -99,7 +99,7 @@
99
99
  <h1>Installation</h1>
100
100
  <p><strong>Add the package to your workspace:</strong></p>
101
101
  <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;rxap/ngx-localize</code></pre></div><p><strong>Install peer dependencies:</strong></p>
102
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/config&#64;^19.0.2-dev.1 &#64;rxap/ngx-user&#64;^19.0.2-dev.1 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
102
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/config&#64;^19.0.2-dev.3 &#64;rxap/ngx-user&#64;^19.0.2-dev.3 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
103
103
  <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/ngx-localize:init</code></pre></div><h1>Generators</h1>
104
104
  <h2>init</h2>
105
105
  <blockquote>