@rxap/ngx-localize 19.0.1-dev.2 → 19.0.1-dev.4

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.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.3...@rxap/ngx-localize@19.0.1-dev.4) (2025-02-10)
7
+
8
+ **Note:** Version bump only for package @rxap/ngx-localize
9
+
10
+ ## [19.0.1-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.2...@rxap/ngx-localize@19.0.1-dev.3) (2025-02-07)
11
+
12
+ **Note:** Version bump only for package @rxap/ngx-localize
13
+
6
14
  ## [19.0.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.1...@rxap/ngx-localize@19.0.1-dev.2) (2025-01-28)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/ngx-localize
package/README.md CHANGED
@@ -18,7 +18,7 @@ yarn add @rxap/ngx-localize
18
18
  ```
19
19
  **Install peer dependencies:**
20
20
  ```bash
21
- yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.2 @rxap/ngx-user@^19.0.1-dev.2 rxjs@^7.8.1
21
+ yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.3 @rxap/ngx-user@^19.0.1-dev.3 rxjs@^7.8.1
22
22
  ```
23
23
  **Execute the init generator:**
24
24
  ```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.1-dev.3...@rxap/ngx-localize@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</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.1-dev.2...@rxap/ngx-localize@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</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.1-dev.1...@rxap/ngx-localize@19.0.1-dev.2">19.0.1-dev.2</a> (2025-01-28)</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.1-dev.0...@rxap/ngx-localize@19.0.1-dev.1">19.0.1-dev.1</a> (2025-01-22)</h2>
@@ -101,7 +101,7 @@
101
101
  </ol>
102
102
  <ul class="dependencies-list">
103
103
  <li>
104
- <b>@nx/devkit</b> : 20.4.0</li>
104
+ <b>@nx/devkit</b> : 20.4.2</li>
105
105
  <li>
106
106
  <b>tslib</b> : 2.6.2</li>
107
107
  </ul>
@@ -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.1-dev.2</li>
120
+ <b>@rxap/config</b> : ^19.0.1-dev.3</li>
121
121
  <li>
122
- <b>@rxap/ngx-user</b> : ^19.0.1-dev.2</li>
122
+ <b>@rxap/ngx-user</b> : ^19.0.1-dev.3</li>
123
123
  <li>
124
124
  <b>rxjs</b> : ^7.8.1</li>
125
125
  </ul>
@@ -96,7 +96,7 @@
96
96
  <h1>Installation</h1>
97
97
  <p><strong>Add the package to your workspace:</strong></p>
98
98
  <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>
99
- <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.1-dev.2 &#64;rxap/ngx-user&#64;^19.0.1-dev.2 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
99
+ <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.1-dev.3 &#64;rxap/ngx-user&#64;^19.0.1-dev.3 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
100
100
  <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>
101
101
  <h2>init</h2>
102
102
  <blockquote>