@rxap/config 19.2.0-dev.1 → 19.2.0-dev.3

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 (103) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/compodoc/changelog.html +11 -0
  3. package/compodoc/dependencies.html +1 -1
  4. package/compodoc/injectables/ConfigService.html +151 -69
  5. package/compodoc/interfaces/ConfigLoadOptions.html +251 -34
  6. package/compodoc/js/menu-wc.js +3 -0
  7. package/compodoc/js/menu-wc_es5.js +1 -1
  8. package/compodoc/js/search/search_index.js +2 -2
  9. package/compodoc/miscellaneous/enumerations.html +231 -0
  10. package/compodoc/properties.html +1 -1
  11. package/docs/documentation.json +813 -648
  12. package/docs/html/assets/hierarchy.js +1 -1
  13. package/docs/html/assets/navigation.js +1 -1
  14. package/docs/html/assets/search.js +1 -1
  15. package/docs/html/classes/ConfigLoaderService.html +2 -2
  16. package/docs/html/classes/ConfigService.html +6 -6
  17. package/docs/html/classes/ConfigTestingService.html +2 -2
  18. package/docs/html/enums/ConfigLoadingStrategy.html +3 -0
  19. package/docs/html/functions/ProvideConfig.html +1 -1
  20. package/docs/html/functions/dnsLookup.html +1 -1
  21. package/docs/html/functions/dnsResolver.html +1 -1
  22. package/docs/html/functions/fetchCidContent.html +1 -1
  23. package/docs/html/functions/fetchCidContentAsJson.html +1 -1
  24. package/docs/html/functions/fetchCidContentViaHttp.html +1 -1
  25. package/docs/html/functions/fetchContentViaHttp.html +1 -1
  26. package/docs/html/functions/raceSuccess.html +2 -2
  27. package/docs/html/hierarchy.html +1 -1
  28. package/docs/html/index.html +2 -2
  29. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  30. package/docs/html/interfaces/Config.html +2 -2
  31. package/docs/html/interfaces/ConfigLoadOptions.html +8 -5
  32. package/docs/html/interfaces/LogoConfig.html +2 -2
  33. package/docs/html/interfaces/NavigationConfig.html +2 -2
  34. package/docs/html/interfaces/Oauth2Config.html +2 -2
  35. package/docs/html/interfaces/i18nConfig.html +2 -2
  36. package/docs/html/modules.html +1 -1
  37. package/docs/html/types/AnySchema.html +1 -1
  38. package/docs/html/types/Join.html +1 -1
  39. package/docs/html/types/LanguagesConfig.html +1 -1
  40. package/docs/html/types/Leaves.html +1 -1
  41. package/docs/html/types/NoInferType.html +1 -1
  42. package/docs/html/types/Paths.html +1 -1
  43. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  44. package/docs/markdown/README.md +1 -1
  45. package/docs/markdown/classes/ConfigLoaderService.md +7 -7
  46. package/docs/markdown/classes/ConfigService.md +22 -22
  47. package/docs/markdown/classes/ConfigTestingService.md +8 -8
  48. package/docs/markdown/enumerations/ConfigLoadingStrategy.md +25 -0
  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 +6 -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 +34 -10
  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.ConfigLoadingStrategy.md +21 -0
  76. package/docs/wiki/Function.ProvideConfig.md +1 -1
  77. package/docs/wiki/Function.dnsLookup.md +1 -1
  78. package/docs/wiki/Function.dnsResolver.md +1 -1
  79. package/docs/wiki/Function.fetchCidContent.md +1 -1
  80. package/docs/wiki/Function.fetchCidContentAsJson.md +1 -1
  81. package/docs/wiki/Function.fetchCidContentViaHttp.md +1 -1
  82. package/docs/wiki/Function.fetchContentViaHttp.md +1 -1
  83. package/docs/wiki/Function.raceSuccess.md +1 -1
  84. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  85. package/docs/wiki/Interface.Config.md +5 -5
  86. package/docs/wiki/Interface.ConfigLoadOptions.md +33 -9
  87. package/docs/wiki/Interface.LogoConfig.md +4 -4
  88. package/docs/wiki/Interface.NavigationConfig.md +8 -8
  89. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  90. package/docs/wiki/Interface.i18nConfig.md +3 -3
  91. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  92. package/docs/wiki/TypeAlias.Join.md +1 -1
  93. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  94. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  95. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  96. package/docs/wiki/TypeAlias.Paths.md +1 -1
  97. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  98. package/docs/wiki/_Sidebar.md +4 -0
  99. package/docs/wiki/globals.md +5 -1
  100. package/fesm2022/rxap-config.mjs +118 -35
  101. package/fesm2022/rxap-config.mjs.map +1 -1
  102. package/lib/config.service.d.ts +10 -0
  103. package/package.json +6 -6
@@ -0,0 +1,231 @@
1
+ <!doctype html>
2
+ <html class="no-js" lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <title>angular-config</title>
7
+ <meta name="description" content="">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+
10
+ <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
+ <link rel="stylesheet" href="../styles/style.css">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
+ </head>
14
+ <body>
15
+ <script>
16
+ // Blocking script to avoid flickering dark mode
17
+ // Dark mode toggle button
18
+ var useDark = window.matchMedia('(prefers-color-scheme: dark)');
19
+ var darkModeState = useDark.matches;
20
+ var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
21
+ var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
22
+ var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
23
+
24
+ function checkToggle(check) {
25
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
26
+ $darkModeToggleSwitchers[i].checked = check;
27
+ }
28
+ }
29
+
30
+ function toggleDarkMode(state) {
31
+ if (window.localStorage) {
32
+ localStorage.setItem('compodoc_darkmode-state', state);
33
+ }
34
+
35
+ checkToggle(state);
36
+
37
+ const hasClass = document.body.classList.contains('dark');
38
+
39
+ if (state) {
40
+ for (var i = 0; i < $darkModeToggles.length; i++) {
41
+ $darkModeToggles[i].classList.add('dark');
42
+ }
43
+ if (!hasClass) {
44
+ document.body.classList.add('dark');
45
+ }
46
+ } else {
47
+ for (var i = 0; i < $darkModeToggles.length; i++) {
48
+ $darkModeToggles[i].classList.remove('dark');
49
+ }
50
+ if (hasClass) {
51
+ document.body.classList.remove('dark');
52
+ }
53
+ }
54
+ }
55
+
56
+ useDark.addEventListener('change', function (evt) {
57
+ toggleDarkMode(evt.matches);
58
+ });
59
+ if (darkModeStateLocal) {
60
+ darkModeState = darkModeStateLocal === 'true';
61
+ }
62
+ toggleDarkMode(darkModeState);
63
+ </script>
64
+
65
+ <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
66
+ <div class="d-flex">
67
+ <a href="../" class="navbar-brand">angular-config</a>
68
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
+ </div>
70
+ </div>
71
+
72
+ <div class="xs-menu menu" id="mobile-menu">
73
+ <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
74
+ </div>
75
+
76
+ <div class="container-fluid main">
77
+ <div class="row main">
78
+ <div class="d-none d-md-block menu">
79
+ <compodoc-menu mode="normal"></compodoc-menu>
80
+ </div>
81
+ <!-- START CONTENT -->
82
+ <div class="content miscellaneous-enumerations">
83
+ <div class="content-data">
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+ <ol class="breadcrumb">
103
+ <li class="breadcrumb-item">Miscellaneous</li>
104
+ <li class="breadcrumb-item">Enumerations</li>
105
+ </ol>
106
+
107
+ <section data-compodoc="block-index">
108
+ <h3 id="index">Index</h3>
109
+ <table class="table table-sm table-bordered index-table">
110
+ <tbody>
111
+ <tr>
112
+ <td class="col-md-4">
113
+ <ul class="index-list">
114
+ <li>
115
+ <a href="#ConfigLoadingStrategy" title="src/lib/config.service.ts" ><b>ConfigLoadingStrategy</b>&nbsp;&nbsp;&nbsp;(src/.../config.service.ts)</a>
116
+ </li>
117
+ </ul>
118
+ </td>
119
+ </tr>
120
+ </tbody>
121
+ </table>
122
+ </section>
123
+
124
+ <h3>src/lib/config.service.ts</h3>
125
+ <section data-compodoc="block-enums">
126
+ <table class="table table-sm table-bordered">
127
+ <tbody>
128
+ <tr>
129
+ <td class="col-md-4">
130
+ <a name="ConfigLoadingStrategy"></a>
131
+ <span class="name "><b>ConfigLoadingStrategy</b><a href="#ConfigLoadingStrategy"><span class="icon ion-ios-link"></span></a></span>
132
+ </td>
133
+ </tr>
134
+ <tr>
135
+ <td class="col-md-4">
136
+ &nbsp;DEFAULT
137
+ </td>
138
+ </tr>
139
+ <tr>
140
+ <td class="col-md-4">
141
+ <i>Value : </i><code>default</code>
142
+ </td>
143
+ </tr>
144
+ <tr>
145
+ <td class="col-md-4">
146
+ &nbsp;FIFO
147
+ </td>
148
+ </tr>
149
+ <tr>
150
+ <td class="col-md-4">
151
+ <i>Value : </i><code>fifo</code>
152
+ </td>
153
+ </tr>
154
+ </tbody>
155
+ </table>
156
+ </section>
157
+
158
+
159
+
160
+ </div><div class="search-results">
161
+ <div class="has-results">
162
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
163
+ <ul class="search-results-list"></ul>
164
+ </div>
165
+ <div class="no-results">
166
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ <!-- END CONTENT -->
171
+ </div>
172
+ </div>
173
+
174
+ <label class="dark-mode-switch">
175
+ <input type="checkbox">
176
+ <span class="slider">
177
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
178
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
179
+ </svg>
180
+ </span>
181
+ </label>
182
+
183
+ <script>
184
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
185
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'miscellaneous-enumerations';
186
+ var COMPODOC_CURRENT_PAGE_URL = 'enumerations.html';
187
+ var MAX_SEARCH_RESULTS = 15;
188
+ </script>
189
+
190
+ <script>
191
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
192
+ checkToggle(darkModeState);
193
+ if ($darkModeToggleSwitchers.length > 0) {
194
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
195
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
196
+ darkModeState = !darkModeState;
197
+ toggleDarkMode(darkModeState);
198
+ });
199
+ }
200
+ }
201
+ </script>
202
+
203
+ <script src="../js/libs/custom-elements.min.js"></script>
204
+ <script src="../js/libs/lit-html.js"></script>
205
+
206
+ <script src="../js/menu-wc.js" defer></script>
207
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
208
+
209
+ <script src="../js/libs/bootstrap-native.js"></script>
210
+
211
+ <script src="../js/libs/es6-shim.min.js"></script>
212
+ <script src="../js/libs/EventDispatcher.js"></script>
213
+ <script src="../js/libs/promise.min.js"></script>
214
+ <script src="../js/libs/zepto.min.js"></script>
215
+
216
+ <script src="../js/compodoc.js"></script>
217
+
218
+ <script src="../js/tabs.js"></script>
219
+ <script src="../js/menu.js"></script>
220
+ <script src="../js/libs/clipboard.min.js"></script>
221
+ <script src="../js/libs/prism.js"></script>
222
+ <script src="../js/sourceCode.js"></script>
223
+ <script src="../js/search/search.js"></script>
224
+ <script src="../js/search/lunr.min.js"></script>
225
+ <script src="../js/search/search-lunr.js"></script>
226
+ <script src="../js/search/search_index.js"></script>
227
+ <script src="../js/lazy-load-graphs.js"></script>
228
+
229
+
230
+ </body>
231
+ </html>
@@ -102,7 +102,7 @@
102
102
  </ol>
103
103
  <ul class="properties-list">
104
104
  <li>
105
- <b>Version</b> : 19.2.0-dev.1</li>
105
+ <b>Version</b> : 19.2.0-dev.3</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>