@rxap/config 19.2.0-dev.3 → 19.3.0-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.
Files changed (104) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/compodoc/changelog.html +7 -0
  3. package/compodoc/dependencies.html +2 -2
  4. package/compodoc/injectables/ConfigService.html +130 -87
  5. package/compodoc/interfaces/ConfigLoadOptions.html +149 -52
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/miscellaneous/enumerations.html +53 -0
  8. package/compodoc/properties.html +1 -1
  9. package/docs/documentation.json +820 -656
  10. package/docs/html/assets/hierarchy.js +1 -1
  11. package/docs/html/assets/navigation.js +1 -1
  12. package/docs/html/assets/search.js +1 -1
  13. package/docs/html/classes/ConfigLoaderService.html +2 -2
  14. package/docs/html/classes/ConfigService.html +6 -6
  15. package/docs/html/classes/ConfigTestingService.html +2 -2
  16. package/docs/html/enums/ConfigLoadMethod.html +5 -0
  17. package/docs/html/enums/ConfigLoadingStrategy.html +2 -2
  18. package/docs/html/functions/ProvideConfig.html +1 -1
  19. package/docs/html/functions/dnsLookup.html +1 -1
  20. package/docs/html/functions/dnsResolver.html +1 -1
  21. package/docs/html/functions/fetchCidContent.html +1 -1
  22. package/docs/html/functions/fetchCidContentAsJson.html +1 -1
  23. package/docs/html/functions/fetchCidContentViaHttp.html +1 -1
  24. package/docs/html/functions/fetchContentViaHttp.html +1 -1
  25. package/docs/html/functions/raceSuccess.html +2 -2
  26. package/docs/html/hierarchy.html +1 -1
  27. package/docs/html/index.html +2 -2
  28. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  29. package/docs/html/interfaces/Config.html +2 -2
  30. package/docs/html/interfaces/ConfigLoadOptions.html +10 -5
  31. package/docs/html/interfaces/LogoConfig.html +2 -2
  32. package/docs/html/interfaces/NavigationConfig.html +2 -2
  33. package/docs/html/interfaces/Oauth2Config.html +2 -2
  34. package/docs/html/interfaces/i18nConfig.html +2 -2
  35. package/docs/html/modules.html +1 -1
  36. package/docs/html/types/AnySchema.html +1 -1
  37. package/docs/html/types/Join.html +1 -1
  38. package/docs/html/types/LanguagesConfig.html +1 -1
  39. package/docs/html/types/Leaves.html +1 -1
  40. package/docs/html/types/NoInferType.html +1 -1
  41. package/docs/html/types/Paths.html +1 -1
  42. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  43. package/docs/markdown/README.md +1 -1
  44. package/docs/markdown/classes/ConfigLoaderService.md +7 -7
  45. package/docs/markdown/classes/ConfigService.md +22 -22
  46. package/docs/markdown/classes/ConfigTestingService.md +8 -8
  47. package/docs/markdown/enumerations/ConfigLoadMethod.md +41 -0
  48. package/docs/markdown/enumerations/ConfigLoadingStrategy.md +4 -4
  49. package/docs/markdown/functions/ProvideConfig.md +2 -2
  50. package/docs/markdown/functions/dnsLookup.md +2 -2
  51. package/docs/markdown/functions/dnsResolver.md +2 -2
  52. package/docs/markdown/functions/fetchCidContent.md +2 -2
  53. package/docs/markdown/functions/fetchCidContentAsJson.md +2 -2
  54. package/docs/markdown/functions/fetchCidContentViaHttp.md +2 -2
  55. package/docs/markdown/functions/fetchContentViaHttp.md +2 -2
  56. package/docs/markdown/functions/raceSuccess.md +2 -2
  57. package/docs/markdown/globals.md +3 -2
  58. package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
  59. package/docs/markdown/interfaces/Config.md +6 -6
  60. package/docs/markdown/interfaces/ConfigLoadOptions.md +27 -13
  61. package/docs/markdown/interfaces/LogoConfig.md +5 -5
  62. package/docs/markdown/interfaces/NavigationConfig.md +9 -9
  63. package/docs/markdown/interfaces/Oauth2Config.md +3 -3
  64. package/docs/markdown/interfaces/i18nConfig.md +4 -4
  65. package/docs/markdown/type-aliases/AnySchema.md +2 -2
  66. package/docs/markdown/type-aliases/Join.md +2 -2
  67. package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
  68. package/docs/markdown/type-aliases/Leaves.md +2 -2
  69. package/docs/markdown/type-aliases/NoInferType.md +2 -2
  70. package/docs/markdown/type-aliases/Paths.md +2 -2
  71. package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
  72. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  73. package/docs/wiki/Class.ConfigService.md +21 -21
  74. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  75. package/docs/wiki/Enumeration.ConfigLoadMethod.md +37 -0
  76. package/docs/wiki/Enumeration.ConfigLoadingStrategy.md +3 -3
  77. package/docs/wiki/Function.ProvideConfig.md +1 -1
  78. package/docs/wiki/Function.dnsLookup.md +1 -1
  79. package/docs/wiki/Function.dnsResolver.md +1 -1
  80. package/docs/wiki/Function.fetchCidContent.md +1 -1
  81. package/docs/wiki/Function.fetchCidContentAsJson.md +1 -1
  82. package/docs/wiki/Function.fetchCidContentViaHttp.md +1 -1
  83. package/docs/wiki/Function.fetchContentViaHttp.md +1 -1
  84. package/docs/wiki/Function.raceSuccess.md +1 -1
  85. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  86. package/docs/wiki/Interface.Config.md +5 -5
  87. package/docs/wiki/Interface.ConfigLoadOptions.md +26 -12
  88. package/docs/wiki/Interface.LogoConfig.md +4 -4
  89. package/docs/wiki/Interface.NavigationConfig.md +8 -8
  90. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  91. package/docs/wiki/Interface.i18nConfig.md +3 -3
  92. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  93. package/docs/wiki/TypeAlias.Join.md +1 -1
  94. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  95. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  96. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  97. package/docs/wiki/TypeAlias.Paths.md +1 -1
  98. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  99. package/docs/wiki/_Sidebar.md +1 -0
  100. package/docs/wiki/globals.md +2 -1
  101. package/fesm2022/rxap-config.mjs +78 -57
  102. package/fesm2022/rxap-config.mjs.map +1 -1
  103. package/lib/config.service.d.ts +17 -0
  104. package/package.json +6 -6
@@ -114,6 +114,9 @@
114
114
  <li>
115
115
  <a href="#ConfigLoadingStrategy" title="src/lib/config.service.ts" ><b>ConfigLoadingStrategy</b>&nbsp;&nbsp;&nbsp;(src/.../config.service.ts)</a>
116
116
  </li>
117
+ <li>
118
+ <a href="#ConfigLoadMethod" title="src/lib/config.service.ts" ><b>ConfigLoadMethod</b>&nbsp;&nbsp;&nbsp;(src/.../config.service.ts)</a>
119
+ </li>
117
120
  </ul>
118
121
  </td>
119
122
  </tr>
@@ -153,6 +156,56 @@
153
156
  </tr>
154
157
  </tbody>
155
158
  </table>
159
+ <table class="table table-sm table-bordered">
160
+ <tbody>
161
+ <tr>
162
+ <td class="col-md-4">
163
+ <a name="ConfigLoadMethod"></a>
164
+ <span class="name "><b>ConfigLoadMethod</b><a href="#ConfigLoadMethod"><span class="icon ion-ios-link"></span></a></span>
165
+ </td>
166
+ </tr>
167
+ <tr>
168
+ <td class="col-md-4">
169
+ &nbsp;FROM_URLS
170
+ </td>
171
+ </tr>
172
+ <tr>
173
+ <td class="col-md-4">
174
+ <i>Value : </i><code>fromUrls</code>
175
+ </td>
176
+ </tr>
177
+ <tr>
178
+ <td class="col-md-4">
179
+ &nbsp;FROM_LOCAL_STORAGE
180
+ </td>
181
+ </tr>
182
+ <tr>
183
+ <td class="col-md-4">
184
+ <i>Value : </i><code>fromLocalStorage</code>
185
+ </td>
186
+ </tr>
187
+ <tr>
188
+ <td class="col-md-4">
189
+ &nbsp;FROM_URL_PARAM
190
+ </td>
191
+ </tr>
192
+ <tr>
193
+ <td class="col-md-4">
194
+ <i>Value : </i><code>fromUrlParam</code>
195
+ </td>
196
+ </tr>
197
+ <tr>
198
+ <td class="col-md-4">
199
+ &nbsp;FROM_CID
200
+ </td>
201
+ </tr>
202
+ <tr>
203
+ <td class="col-md-4">
204
+ <i>Value : </i><code>fromCid</code>
205
+ </td>
206
+ </tr>
207
+ </tbody>
208
+ </table>
156
209
  </section>
157
210
 
158
211
 
@@ -102,7 +102,7 @@
102
102
  </ol>
103
103
  <ul class="properties-list">
104
104
  <li>
105
- <b>Version</b> : 19.2.0-dev.3</li>
105
+ <b>Version</b> : 19.3.0-dev.0</li>
106
106
  <li>
107
107
  <b>Description</b> : 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.
108
108
  </li>