@rxap/config 19.0.1 → 19.0.2-dev.1
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 +10 -0
- package/README.md +25 -23
- package/compodoc/changelog.html +7 -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 +122 -121
- package/docs/html/assets/highlight.css +6 -13
- package/docs/html/classes/ConfigLoaderService.html +2 -2
- package/docs/html/classes/ConfigService.html +6 -6
- package/docs/html/classes/ConfigTestingService.html +2 -2
- package/docs/html/functions/ProvideConfig.html +1 -1
- package/docs/html/hierarchy.html +1 -1
- package/docs/html/index.html +23 -22
- package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
- package/docs/html/interfaces/Config.html +2 -2
- package/docs/html/interfaces/ConfigLoadOptions.html +3 -3
- package/docs/html/interfaces/LogoConfig.html +2 -2
- package/docs/html/interfaces/NavigationConfig.html +2 -2
- package/docs/html/interfaces/Oauth2Config.html +2 -2
- package/docs/html/interfaces/i18nConfig.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/html/types/AnySchema.html +1 -1
- package/docs/html/types/Join.html +1 -1
- package/docs/html/types/LanguagesConfig.html +1 -1
- package/docs/html/types/Leaves.html +1 -1
- package/docs/html/types/NoInferType.html +1 -1
- package/docs/html/types/Paths.html +1 -1
- package/docs/html/variables/RXAP_CONFIG.html +1 -1
- package/docs/markdown/README.md +26 -24
- package/docs/markdown/classes/ConfigLoaderService.md +7 -7
- package/docs/markdown/classes/ConfigService.md +22 -22
- package/docs/markdown/classes/ConfigTestingService.md +8 -8
- package/docs/markdown/functions/ProvideConfig.md +2 -2
- package/docs/markdown/globals.md +2 -2
- package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
- package/docs/markdown/interfaces/Config.md +6 -6
- package/docs/markdown/interfaces/ConfigLoadOptions.md +7 -7
- package/docs/markdown/interfaces/LogoConfig.md +5 -5
- package/docs/markdown/interfaces/NavigationConfig.md +8 -8
- package/docs/markdown/interfaces/Oauth2Config.md +3 -3
- package/docs/markdown/interfaces/i18nConfig.md +4 -4
- package/docs/markdown/type-aliases/AnySchema.md +2 -2
- package/docs/markdown/type-aliases/Join.md +2 -2
- package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
- package/docs/markdown/type-aliases/Leaves.md +2 -2
- package/docs/markdown/type-aliases/NoInferType.md +2 -2
- package/docs/markdown/type-aliases/Paths.md +2 -2
- package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
- package/docs/wiki/Class.ConfigLoaderService.md +6 -6
- package/docs/wiki/Class.ConfigService.md +21 -21
- package/docs/wiki/Class.ConfigTestingService.md +7 -7
- package/docs/wiki/Function.ProvideConfig.md +1 -1
- package/docs/wiki/Home.md +25 -23
- package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
- package/docs/wiki/Interface.Config.md +5 -5
- package/docs/wiki/Interface.ConfigLoadOptions.md +6 -6
- package/docs/wiki/Interface.LogoConfig.md +4 -4
- package/docs/wiki/Interface.NavigationConfig.md +7 -7
- package/docs/wiki/Interface.Oauth2Config.md +2 -2
- package/docs/wiki/Interface.i18nConfig.md +3 -3
- package/docs/wiki/TypeAlias.AnySchema.md +1 -1
- package/docs/wiki/TypeAlias.Join.md +1 -1
- package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
- package/docs/wiki/TypeAlias.Leaves.md +1 -1
- package/docs/wiki/TypeAlias.NoInferType.md +1 -1
- package/docs/wiki/TypeAlias.Paths.md +1 -1
- package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
- package/docs/wiki/globals.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.1](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.2-dev.0...@rxap/config@19.0.2-dev.1) (2025-02-18)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- update package groups ([4afd316](https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34))
|
|
11
|
+
|
|
12
|
+
## [19.0.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1...@rxap/config@19.0.2-dev.0) (2025-02-18)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @rxap/config
|
|
15
|
+
|
|
6
16
|
## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.6...@rxap/config@19.0.1) (2025-02-13)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rxap/config
|
package/README.md
CHANGED
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
Provides a configuration service for Angular applications, allowing you to load and manage application settings from various sources such as static files, URLs, local storage, and URL parameters. It supports schema validation and provides utilities for accessing configuration values. This package also includes testing utilities for mocking and managing configurations in test environments.
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@rxap/config)
|
|
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/config
|
|
19
|
+
```
|
|
20
|
+
**Install peer dependencies:**
|
|
21
|
+
```bash
|
|
22
|
+
yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.2-dev.0 @rxap/utilities@^16.4.3-dev.0 rxjs@^7.8.1
|
|
23
|
+
```
|
|
24
|
+
**Execute the init generator:**
|
|
25
|
+
```bash
|
|
26
|
+
yarn nx g @rxap/config:init
|
|
18
27
|
```
|
|
19
|
-
**Install peer dependencies:** ```bash yarn add
|
|
20
|
-
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
|
|
21
|
-
```
|
|
22
|
-
**Execute the init generator:** ```bash yarn nx g
|
|
23
|
-
@rxap/config: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/config:init
|
|
35
|
+
```
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,13 @@
|
|
|
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/config@19.0.2-dev.0...@rxap/config@19.0.2-dev.1">19.0.2-dev.1</a> (2025-02-18)</h2>
|
|
89
|
+
<h3>Bug Fixes</h3>
|
|
90
|
+
<ul>
|
|
91
|
+
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34">4afd316</a>)</li>
|
|
92
|
+
</ul>
|
|
93
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1...@rxap/config@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</h2>
|
|
94
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/config</p>
|
|
88
95
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.6...@rxap/config@19.0.1">19.0.1</a> (2025-02-13)</h2>
|
|
89
96
|
<p><strong>Note:</strong> Version bump only for package @rxap/config</p>
|
|
90
97
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.5...@rxap/config@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/environment</b> : ^19.0.
|
|
120
|
+
<b>@rxap/environment</b> : ^19.0.2-dev.0</li>
|
|
121
121
|
<li>
|
|
122
|
-
<b>@rxap/utilities</b> : ^16.4.
|
|
122
|
+
<b>@rxap/utilities</b> : ^16.4.3-dev.0</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>Provides a configuration service for Angular applications, allowing you to load and manage application settings from various sources such as static files, URLs, local storage, and URL parameters. It supports schema validation and provides utilities for accessing configuration values. This package also includes testing utilities for mocking and managing configurations in test environments.</p>
|
|
86
86
|
<p><a href="https://www.npmjs.com/package/@rxap/config"><img src="https://img.shields.io/npm/v/@rxap/config?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/config" 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/config" 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/config" alt="npm" class="img-responsive">
|
|
94
|
-
<img src="https://img.shields.io/npm/l/@rxap/config" alt="NPM" class="img-responsive">
|
|
95
|
-
<a href="#installation">Installation</a></p>
|
|
91
|
+
<img src="https://img.shields.io/npm/l/@rxap/config" 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/config: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/config</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/environment@^19.0.2-dev.0 @rxap/utilities@^16.4.3-dev.0 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/config: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/config:init</code></pre></div>
|
|
115
109
|
|
|
116
110
|
|
|
117
111
|
|