@rxap/ngx-localize 18.0.3-dev.3 → 18.0.4-dev.0
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 +8 -0
- package/README.md +1 -1
- package/compodoc/changelog.html +2 -0
- package/compodoc/dependencies.html +3 -3
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/classes/I18nService.html +2 -2
- package/docs/classes/LanguageSelectorService.html +2 -2
- package/docs/documentation.json +22 -22
- package/docs/functions/LanguageInterceptor.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +19 -19
- package/theme.css +130 -1
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
|
+
## [18.0.4-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.3...@rxap/ngx-localize@18.0.4-dev.0) (2024-06-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/ngx-localize
|
|
9
|
+
|
|
10
|
+
## [18.0.3](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.3-dev.3...@rxap/ngx-localize@18.0.3) (2024-06-28)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/ngx-localize
|
|
13
|
+
|
|
6
14
|
## [18.0.3-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.3-dev.2...@rxap/ngx-localize@18.0.3-dev.3) (2024-06-27)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
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@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.1
|
|
21
|
+
yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.1 @rxap/ngx-user@^18.0.3 rxjs@^7.8.1
|
|
22
22
|
```
|
|
23
23
|
**Execute the init generator:**
|
|
24
24
|
```bash
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,8 @@
|
|
|
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@18.0.3-dev.3...@rxap/ngx-localize@18.0.3">18.0.3</a> (2024-06-28)</h2>
|
|
89
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
|
|
88
90
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.3-dev.2...@rxap/ngx-localize@18.0.3-dev.3">18.0.3-dev.3</a> (2024-06-27)</h2>
|
|
89
91
|
<h3>Bug Fixes</h3>
|
|
90
92
|
<ul>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
</ol>
|
|
102
102
|
<ul class="dependencies-list">
|
|
103
103
|
<li>
|
|
104
|
-
<b>@nx/devkit</b> : 19.3.
|
|
104
|
+
<b>@nx/devkit</b> : 19.3.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> : ^18.0.1</li>
|
|
119
119
|
<li>
|
|
120
|
-
<b>@rxap/config</b> : ^18.1.1
|
|
120
|
+
<b>@rxap/config</b> : ^18.1.1</li>
|
|
121
121
|
<li>
|
|
122
|
-
<b>@rxap/ngx-user</b> : ^18.0.3
|
|
122
|
+
<b>@rxap/ngx-user</b> : ^18.0.3</li>
|
|
123
123
|
<li>
|
|
124
124
|
<b>rxjs</b> : ^7.8.1</li>
|
|
125
125
|
</ul>
|
package/compodoc/index.html
CHANGED
|
@@ -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 @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 @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.1
|
|
99
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.1 @rxap/ngx-user@^18.0.3 rxjs@^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 @rxap/ngx-localize:init</code></pre></div><h1>Generators</h1>
|
|
101
101
|
<h2>init</h2>
|
|
102
102
|
<blockquote>
|