@rxap/config 19.0.1-dev.2 → 19.0.1-dev.5
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 +12 -0
- package/README.md +24 -26
- package/compodoc/changelog.html +6 -0
- package/compodoc/dependencies.html +3 -3
- package/compodoc/index.html +26 -20
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/properties.html +3 -2
- package/docs/documentation.json +415 -832
- package/docs/html/assets/hierarchy.js +1 -0
- package/docs/{assets → html/assets}/highlight.css +13 -6
- package/docs/html/assets/icons.js +18 -0
- package/docs/html/assets/icons.svg +1 -0
- package/docs/{assets → html/assets}/main.js +5 -4
- package/docs/html/assets/navigation.js +1 -0
- package/docs/html/assets/search.js +1 -0
- package/docs/html/assets/style.css +1611 -0
- package/docs/html/classes/ConfigLoaderService.html +6 -0
- package/docs/html/classes/ConfigService.html +29 -0
- package/docs/html/classes/ConfigTestingService.html +8 -0
- package/docs/html/functions/ProvideConfig.html +1 -0
- package/docs/html/hierarchy.html +1 -0
- package/docs/html/index.html +33 -0
- package/docs/html/interfaces/AppsNavigationConfig.html +11 -0
- package/docs/html/interfaces/Config.html +5 -0
- package/docs/html/interfaces/ConfigLoadOptions.html +7 -0
- package/docs/html/interfaces/LogoConfig.html +4 -0
- package/docs/html/interfaces/NavigationConfig.html +7 -0
- package/docs/html/interfaces/Oauth2Config.html +2 -0
- package/docs/html/interfaces/i18nConfig.html +3 -0
- package/docs/html/modules.html +1 -0
- package/docs/html/types/AnySchema.html +1 -0
- package/docs/html/types/Join.html +1 -0
- package/docs/html/types/LanguagesConfig.html +1 -0
- package/docs/html/types/Leaves.html +1 -0
- package/docs/html/types/NoInferType.html +1 -0
- package/docs/html/types/Paths.html +1 -0
- package/docs/html/variables/RXAP_CONFIG.html +1 -0
- package/docs/markdown/README.md +37 -0
- package/docs/markdown/classes/ConfigLoaderService.md +73 -0
- package/docs/markdown/classes/ConfigService.md +358 -0
- package/docs/markdown/classes/ConfigTestingService.md +155 -0
- package/docs/markdown/functions/ProvideConfig.md +29 -0
- package/docs/markdown/globals.md +38 -0
- package/docs/markdown/interfaces/AppsNavigationConfig.md +89 -0
- package/docs/markdown/interfaces/Config.md +41 -0
- package/docs/markdown/interfaces/ConfigLoadOptions.md +51 -0
- package/docs/markdown/interfaces/LogoConfig.md +33 -0
- package/docs/markdown/interfaces/NavigationConfig.md +57 -0
- package/docs/markdown/interfaces/Oauth2Config.md +17 -0
- package/docs/markdown/interfaces/i18nConfig.md +25 -0
- package/docs/markdown/type-aliases/AnySchema.md +27 -0
- package/docs/markdown/type-aliases/Join.md +17 -0
- package/docs/markdown/type-aliases/LanguagesConfig.md +11 -0
- package/docs/markdown/type-aliases/Leaves.md +17 -0
- package/docs/markdown/type-aliases/NoInferType.md +15 -0
- package/docs/markdown/type-aliases/Paths.md +17 -0
- package/docs/markdown/variables/RXAP_CONFIG.md +11 -0
- package/docs/wiki/Class.ConfigLoaderService.md +69 -0
- package/docs/wiki/Class.ConfigService.md +354 -0
- package/docs/wiki/Class.ConfigTestingService.md +151 -0
- package/docs/wiki/Function.ProvideConfig.md +25 -0
- package/docs/wiki/Home.md +33 -0
- package/docs/wiki/Interface.AppsNavigationConfig.md +85 -0
- package/docs/wiki/Interface.Config.md +37 -0
- package/docs/wiki/Interface.ConfigLoadOptions.md +47 -0
- package/docs/wiki/Interface.LogoConfig.md +29 -0
- package/docs/wiki/Interface.NavigationConfig.md +53 -0
- package/docs/wiki/Interface.Oauth2Config.md +13 -0
- package/docs/wiki/Interface.i18nConfig.md +21 -0
- package/docs/wiki/TypeAlias.AnySchema.md +23 -0
- package/docs/wiki/TypeAlias.Join.md +13 -0
- package/docs/wiki/TypeAlias.LanguagesConfig.md +7 -0
- package/docs/wiki/TypeAlias.Leaves.md +13 -0
- package/docs/wiki/TypeAlias.NoInferType.md +11 -0
- package/docs/wiki/TypeAlias.Paths.md +13 -0
- package/docs/wiki/Variable.RXAP_CONFIG.md +7 -0
- package/docs/wiki/_Sidebar.md +34 -0
- package/docs/wiki/globals.md +34 -0
- package/package.json +9 -8
- package/docs/assets/icons.js +0 -15
- package/docs/assets/icons.svg +0 -1
- package/docs/assets/navigation.js +0 -1
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1412
- package/docs/classes/ConfigLoaderService.html +0 -6
- package/docs/classes/ConfigService.html +0 -34
- package/docs/classes/ConfigTestingService.html +0 -8
- package/docs/functions/ProvideConfig.html +0 -1
- package/docs/hierarchy.html +0 -1
- package/docs/index.html +0 -28
- package/docs/interfaces/AppsNavigationConfig.html +0 -11
- package/docs/interfaces/Config.html +0 -5
- package/docs/interfaces/ConfigLoadOptions.html +0 -7
- package/docs/interfaces/LogoConfig.html +0 -4
- package/docs/interfaces/NavigationConfig.html +0 -7
- package/docs/interfaces/Oauth2Config.html +0 -2
- package/docs/interfaces/i18nConfig.html +0 -3
- package/docs/modules.html +0 -19
- package/docs/types/AnySchema.html +0 -1
- package/docs/types/Join.html +0 -1
- package/docs/types/LanguagesConfig.html +0 -1
- package/docs/types/Leaves.html +0 -1
- package/docs/types/NoInferType.html +0 -1
- package/docs/types/Paths.html +0 -1
- package/docs/variables/RXAP_CONFIG.html +0 -1
- /package/docs/{.nojekyll → html/.nojekyll} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.5](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.4...@rxap/config@19.0.1-dev.5) (2025-02-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/config
|
|
9
|
+
|
|
10
|
+
## [19.0.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.3...@rxap/config@19.0.1-dev.4) (2025-02-10)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/config
|
|
13
|
+
|
|
14
|
+
## [19.0.1-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.2...@rxap/config@19.0.1-dev.3) (2025-02-07)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rxap/config
|
|
17
|
+
|
|
6
18
|
## [19.0.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.1...@rxap/config@19.0.1-dev.2) (2025-01-28)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @rxap/config
|
package/README.md
CHANGED
|
@@ -1,35 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
> Simple config file manager for angular applications.
|
|
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.
|
|
3
2
|
|
|
4
3
|
[](https://www.npmjs.com/package/@rxap/config)
|
|
5
|
-
[](https://commitizen.github.io/cz-cli/)
|
|
6
|
+
[](https://github.com/prettier/prettier)
|
|
8
|
+

|
|
8
10
|

|
|
9
|
-

|
|
10
|
-
|
|
11
|
-
- [Installation](#installation)
|
|
11
|
+
 -
|
|
12
|
+
[Installation](#installation)
|
|
12
13
|
- [Generators](#generators)
|
|
14
|
+
- [init](#init)
|
|
13
15
|
|
|
14
|
-
# Installation
|
|
15
|
-
|
|
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.1-dev.2 @rxap/utilities@^16.4.2-dev.2 rxjs@^7.8.1
|
|
23
|
-
```
|
|
24
|
-
**Execute the init generator:**
|
|
25
|
-
```bash
|
|
26
|
-
yarn nx g @rxap/config:init
|
|
16
|
+
# Installation **Add the package to your workspace:** ```bash yarn add
|
|
17
|
+
@rxap/config
|
|
27
18
|
```
|
|
19
|
+
**Install peer dependencies:** ```bash yarn add
|
|
20
|
+
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.4 @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 ```
|
|
28
24
|
# Generators
|
|
29
25
|
|
|
30
|
-
##
|
|
31
|
-
|
|
26
|
+
##
|
|
27
|
+
init
|
|
28
|
+
>
|
|
29
|
+
Initialize the package in the workspace
|
|
32
30
|
|
|
33
|
-
```bash
|
|
34
|
-
|
|
35
|
-
```
|
|
31
|
+
```bash nx g
|
|
32
|
+
@rxap/config:init
|
|
33
|
+
```
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,12 @@
|
|
|
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.1-dev.4...@rxap/config@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2>
|
|
89
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/config</p>
|
|
90
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.3...@rxap/config@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2>
|
|
91
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/config</p>
|
|
92
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.2...@rxap/config@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</h2>
|
|
93
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/config</p>
|
|
88
94
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.1...@rxap/config@19.0.1-dev.2">19.0.1-dev.2</a> (2025-01-28)</h2>
|
|
89
95
|
<p><strong>Note:</strong> Version bump only for package @rxap/config</p>
|
|
90
96
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.0...@rxap/config@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.
|
|
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/environment</b> : ^19.0.1-dev.
|
|
120
|
+
<b>@rxap/environment</b> : ^19.0.1-dev.4</li>
|
|
121
121
|
<li>
|
|
122
|
-
<b>@rxap/utilities</b> : ^16.4.2-dev.
|
|
122
|
+
<b>@rxap/utilities</b> : ^16.4.2-dev.4</li>
|
|
123
123
|
<li>
|
|
124
124
|
<b>rxjs</b> : ^7.8.1</li>
|
|
125
125
|
</ul>
|
package/compodoc/index.html
CHANGED
|
@@ -82,30 +82,36 @@
|
|
|
82
82
|
<div class="content getting-started">
|
|
83
83
|
<div class="content-data">
|
|
84
84
|
|
|
85
|
-
<
|
|
86
|
-
<blockquote>
|
|
87
|
-
<p>Simple config file manager for angular applications.</p>
|
|
88
|
-
</blockquote>
|
|
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>
|
|
89
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>
|
|
90
|
-
<a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen
|
|
91
|
-
|
|
92
|
-
<img src="https://img.shields.io/
|
|
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
|
+
friendly" class="img-responsive"></a>
|
|
89
|
+
<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
|
|
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">
|
|
93
93
|
<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"
|
|
94
|
+
<img src="https://img.shields.io/npm/l/@rxap/config" alt="NPM" class="img-responsive"> -
|
|
95
|
+
<a href="#installation">Installation</a></p>
|
|
95
96
|
<ul>
|
|
96
|
-
<li><a href="#
|
|
97
|
-
<li><a href="#
|
|
97
|
+
<li><a href="#generators">Generators</a><ul>
|
|
98
|
+
<li><a href="#init">init</a></li>
|
|
98
99
|
</ul>
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
<
|
|
102
|
-
<
|
|
103
|
-
<b>Example :</b><div><pre class="line-numbers"><code class="language-
|
|
104
|
-
<
|
|
105
|
-
<
|
|
106
|
-
<
|
|
107
|
-
|
|
108
|
-
|
|
100
|
+
</li>
|
|
101
|
+
</ul>
|
|
102
|
+
<h1>Installation <strong>Add the package to your workspace:</strong> ```bash yarn add</h1>
|
|
103
|
+
<p>@rxap/config</p>
|
|
104
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">**Install peer dependencies:** ```bash yarn add
|
|
105
|
+
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.4 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong> <code>bash yarn nx g @rxap/config:init </code></p>
|
|
106
|
+
<h1>Generators</h1>
|
|
107
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">##
|
|
108
|
+
init
|
|
109
|
+
>
|
|
110
|
+
Initialize the package in the workspace
|
|
111
|
+
|
|
112
|
+
```bash nx g
|
|
113
|
+
@rxap/config:init
|
|
114
|
+
```</code></pre></div>
|
|
109
115
|
|
|
110
116
|
|
|
111
117
|
|