@rxap/config 19.0.1-dev.5 → 19.0.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 +1 -1
- package/compodoc/changelog.html +7 -0
- package/compodoc/dependencies.html +1 -1
- package/compodoc/index.html +1 -1
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/variables.html +26 -0
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +114 -114
- 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/index.html +1 -1
- 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/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 +1 -1
- package/docs/markdown/classes/ConfigLoaderService.md +6 -6
- package/docs/markdown/classes/ConfigService.md +21 -21
- package/docs/markdown/classes/ConfigTestingService.md +7 -7
- package/docs/markdown/functions/ProvideConfig.md +1 -1
- package/docs/markdown/interfaces/AppsNavigationConfig.md +11 -11
- package/docs/markdown/interfaces/Config.md +5 -5
- package/docs/markdown/interfaces/ConfigLoadOptions.md +6 -6
- package/docs/markdown/interfaces/LogoConfig.md +4 -4
- package/docs/markdown/interfaces/NavigationConfig.md +7 -7
- package/docs/markdown/interfaces/Oauth2Config.md +2 -2
- package/docs/markdown/interfaces/i18nConfig.md +3 -3
- package/docs/markdown/type-aliases/AnySchema.md +1 -1
- package/docs/markdown/type-aliases/Join.md +1 -1
- package/docs/markdown/type-aliases/LanguagesConfig.md +1 -1
- package/docs/markdown/type-aliases/Leaves.md +1 -1
- package/docs/markdown/type-aliases/NoInferType.md +1 -1
- package/docs/markdown/type-aliases/Paths.md +1 -1
- package/docs/markdown/variables/RXAP_CONFIG.md +1 -1
- 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 +1 -1
- 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/package.json +4 -4
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.1](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.6...@rxap/config@19.0.1) (2025-02-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/config
|
|
9
|
+
|
|
10
|
+
## [19.0.1-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/config@19.0.1-dev.5...@rxap/config@19.0.1-dev.6) (2025-02-13)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- update package groups ([21378b7](https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232))
|
|
15
|
+
|
|
6
16
|
## [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
17
|
|
|
8
18
|
**Note:** Version bump only for package @rxap/config
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ package](https://img.shields.io/librariesio/release/npm/@rxap/config)
|
|
|
17
17
|
@rxap/config
|
|
18
18
|
```
|
|
19
19
|
**Install peer dependencies:** ```bash yarn add
|
|
20
|
-
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.
|
|
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
21
|
```
|
|
22
22
|
**Execute the init generator:** ```bash yarn nx g
|
|
23
23
|
@rxap/config:init ```
|
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.1-dev.6...@rxap/config@19.0.1">19.0.1</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.5...@rxap/config@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2>
|
|
91
|
+
<h3>Bug Fixes</h3>
|
|
92
|
+
<ul>
|
|
93
|
+
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li>
|
|
94
|
+
</ul>
|
|
88
95
|
<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
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.3...@rxap/config@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2>
|
package/compodoc/index.html
CHANGED
|
@@ -102,7 +102,7 @@ package" class="img-responsive">
|
|
|
102
102
|
<h1>Installation <strong>Add the package to your workspace:</strong> ```bash yarn add</h1>
|
|
103
103
|
<p>@rxap/config</p>
|
|
104
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.
|
|
105
|
+
@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 </code></pre></div><p><strong>Execute the init generator:</strong> <code>bash yarn nx g @rxap/config:init </code></p>
|
|
106
106
|
<h1>Generators</h1>
|
|
107
107
|
<b>Example :</b><div><pre class="line-numbers"><code class="language-none">##
|
|
108
108
|
init
|