@rxap/ngx-localize 19.0.1 → 19.0.2-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 +4 -0
- package/README.md +25 -23
- package/compodoc/changelog.html +2 -0
- package/compodoc/dependencies.html +2 -2
- package/compodoc/index.html +15 -21
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +25 -25
- package/docs/html/assets/highlight.css +6 -13
- package/docs/html/classes/I18nService.html +2 -2
- package/docs/html/classes/LanguageSelectorService.html +2 -2
- package/docs/html/functions/LanguageInterceptor.html +1 -1
- package/docs/html/index.html +22 -21
- package/docs/markdown/README.md +25 -23
- package/docs/markdown/classes/I18nService.md +4 -4
- package/docs/markdown/classes/LanguageSelectorService.md +7 -7
- package/docs/markdown/functions/LanguageInterceptor.md +1 -1
- package/docs/wiki/Class.I18nService.md +4 -4
- package/docs/wiki/Class.LanguageSelectorService.md +7 -7
- package/docs/wiki/Function.LanguageInterceptor.md +1 -1
- package/docs/wiki/Home.md +25 -23
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1...@rxap/ngx-localize@19.0.2-dev.0) (2025-02-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/ngx-localize
|
|
9
|
+
|
|
6
10
|
## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.6...@rxap/ngx-localize@19.0.1) (2025-02-13)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/ngx-localize
|
package/README.md
CHANGED
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
This package provides internationalization (i18n) support for Angular applications, including services for language management, an HTTP interceptor for setting the `Accept-Language` header, and a language selector component. It allows you to set and manage the current language of your application, redirect users based on their language preference, and configure available languages. The package also includes an init generator to handle peer dependencies.
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@rxap/ngx-localize)
|
|
4
|
-
[](https://github.com/prettier/prettier)
|
|
8
|
-

|
|
4
|
+
[](https://commitizen.github.io/cz-cli/)
|
|
5
|
+
[](https://github.com/prettier/prettier)
|
|
6
|
+

|
|
10
7
|

|
|
11
|
-

|
|
12
|
-
|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
- [Installation](#installation)
|
|
13
11
|
- [Generators](#generators)
|
|
14
|
-
|
|
12
|
+
- [init](#init)
|
|
13
|
+
|
|
14
|
+
# Installation
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
**Add the package to your workspace:**
|
|
17
|
+
```bash
|
|
18
|
+
yarn add @rxap/ngx-localize
|
|
19
|
+
```
|
|
20
|
+
**Install peer dependencies:**
|
|
21
|
+
```bash
|
|
22
|
+
yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1 @rxap/ngx-user@^19.0.1 rxjs@^7.8.1
|
|
23
|
+
```
|
|
24
|
+
**Execute the init generator:**
|
|
25
|
+
```bash
|
|
26
|
+
yarn nx g @rxap/ngx-localize:init
|
|
18
27
|
```
|
|
19
|
-
**Install peer dependencies:** ```bash yarn add
|
|
20
|
-
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.5 @rxap/ngx-user@^19.0.1-dev.5 rxjs@^7.8.1
|
|
21
|
-
```
|
|
22
|
-
**Execute the init generator:** ```bash yarn nx g
|
|
23
|
-
@rxap/ngx-localize:init ```
|
|
24
28
|
# Generators
|
|
25
29
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
>
|
|
29
|
-
Initialize the package in the workspace
|
|
30
|
+
## init
|
|
31
|
+
> Initialize the package in the workspace
|
|
30
32
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
```bash
|
|
34
|
+
nx g @rxap/ngx-localize:init
|
|
35
|
+
```
|
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@19.0.1...@rxap/ngx-localize@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</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@19.0.1-dev.6...@rxap/ngx-localize@19.0.1">19.0.1</a> (2025-02-13)</h2>
|
|
89
91
|
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
|
|
90
92
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.5...@rxap/ngx-localize@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</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.1
|
|
120
|
+
<b>@rxap/config</b> : ^19.0.1</li>
|
|
121
121
|
<li>
|
|
122
|
-
<b>@rxap/ngx-user</b> : ^19.0.1
|
|
122
|
+
<b>@rxap/ngx-user</b> : ^19.0.1</li>
|
|
123
123
|
<li>
|
|
124
124
|
<b>rxjs</b> : ^7.8.1</li>
|
|
125
125
|
</ul>
|
package/compodoc/index.html
CHANGED
|
@@ -84,34 +84,28 @@
|
|
|
84
84
|
|
|
85
85
|
<p>This package provides internationalization (i18n) support for Angular applications, including services for language management, an HTTP interceptor for setting the `Accept-Language` header, and a language selector component. It allows you to set and manage the current language of your application, redirect users based on their language preference, and configure available languages. The package also includes an init generator to handle peer dependencies.</p>
|
|
86
86
|
<p><a href="https://www.npmjs.com/package/@rxap/ngx-localize"><img src="https://img.shields.io/npm/v/@rxap/ngx-localize?style=flat-square" alt="npm version" class="img-responsive"></a>
|
|
87
|
-
<a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen
|
|
88
|
-
|
|
89
|
-
<
|
|
90
|
-
prettier" class="img-responsive"></a>
|
|
91
|
-
<img src="https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize" alt="Libraries.io dependency status for latest release, scoped npm
|
|
92
|
-
package" class="img-responsive">
|
|
87
|
+
<a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen friendly" class="img-responsive"></a>
|
|
88
|
+
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with prettier" class="img-responsive"></a>
|
|
89
|
+
<img src="https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize" alt="Libraries.io dependency status for latest release, scoped npm package" class="img-responsive">
|
|
93
90
|
<img src="https://img.shields.io/npm/dm/@rxap/ngx-localize" alt="npm" class="img-responsive">
|
|
94
|
-
<img src="https://img.shields.io/npm/l/@rxap/ngx-localize" alt="NPM" class="img-responsive">
|
|
95
|
-
<a href="#installation">Installation</a></p>
|
|
91
|
+
<img src="https://img.shields.io/npm/l/@rxap/ngx-localize" alt="NPM" class="img-responsive"></p>
|
|
96
92
|
<ul>
|
|
93
|
+
<li><a href="#installation">Installation</a></li>
|
|
97
94
|
<li><a href="#generators">Generators</a><ul>
|
|
98
95
|
<li><a href="#init">init</a></li>
|
|
99
96
|
</ul>
|
|
100
97
|
</li>
|
|
101
98
|
</ul>
|
|
102
|
-
<h1>Installation
|
|
103
|
-
<p
|
|
104
|
-
<b>Example :</b><div><pre class="line-numbers"><code class="language-
|
|
105
|
-
|
|
106
|
-
<h1>Generators</h1>
|
|
107
|
-
<
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
```bash nx g
|
|
113
|
-
@rxap/ngx-localize:init
|
|
114
|
-
```</code></pre></div>
|
|
99
|
+
<h1>Installation</h1>
|
|
100
|
+
<p><strong>Add the package to your workspace:</strong></p>
|
|
101
|
+
<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>
|
|
102
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1 @rxap/ngx-user@^19.0.1 rxjs@^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
|
|
103
|
+
<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>
|
|
104
|
+
<h2>init</h2>
|
|
105
|
+
<blockquote>
|
|
106
|
+
<p>Initialize the package in the workspace</p>
|
|
107
|
+
</blockquote>
|
|
108
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-bash">nx g @rxap/ngx-localize:init</code></pre></div>
|
|
115
109
|
|
|
116
110
|
|
|
117
111
|
|