@rxap/config 19.1.1-dev.0 → 19.2.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 (97) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/compodoc/changelog.html +11 -0
  3. package/compodoc/injectables/ConfigService.html +41 -40
  4. package/compodoc/interfaces/ConfigLoadOptions.html +51 -5
  5. package/compodoc/js/search/search_index.js +2 -2
  6. package/compodoc/miscellaneous/functions.html +20 -1
  7. package/compodoc/properties.html +1 -1
  8. package/docs/documentation.json +827 -581
  9. package/docs/html/assets/hierarchy.js +1 -1
  10. package/docs/html/assets/navigation.js +1 -1
  11. package/docs/html/assets/search.js +1 -1
  12. package/docs/html/classes/ConfigLoaderService.html +2 -2
  13. package/docs/html/classes/ConfigService.html +6 -6
  14. package/docs/html/classes/ConfigTestingService.html +2 -2
  15. package/docs/html/functions/ProvideConfig.html +1 -1
  16. package/docs/html/functions/dnsLookup.html +1 -1
  17. package/docs/html/functions/dnsResolver.html +1 -1
  18. package/docs/html/functions/fetchCidContent.html +1 -1
  19. package/docs/html/functions/fetchCidContentAsJson.html +1 -1
  20. package/docs/html/functions/fetchCidContentViaHttp.html +1 -1
  21. package/docs/html/functions/fetchContentViaHttp.html +1 -1
  22. package/docs/html/functions/raceSuccess.html +2 -2
  23. package/docs/html/hierarchy.html +1 -1
  24. package/docs/html/index.html +2 -2
  25. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  26. package/docs/html/interfaces/Config.html +2 -2
  27. package/docs/html/interfaces/ConfigLoadOptions.html +6 -5
  28. package/docs/html/interfaces/LogoConfig.html +2 -2
  29. package/docs/html/interfaces/NavigationConfig.html +2 -2
  30. package/docs/html/interfaces/Oauth2Config.html +2 -2
  31. package/docs/html/interfaces/i18nConfig.html +2 -2
  32. package/docs/html/modules.html +1 -1
  33. package/docs/html/types/AnySchema.html +1 -1
  34. package/docs/html/types/Join.html +1 -1
  35. package/docs/html/types/LanguagesConfig.html +1 -1
  36. package/docs/html/types/Leaves.html +1 -1
  37. package/docs/html/types/NoInferType.html +1 -1
  38. package/docs/html/types/Paths.html +1 -1
  39. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  40. package/docs/markdown/README.md +1 -1
  41. package/docs/markdown/classes/ConfigLoaderService.md +7 -7
  42. package/docs/markdown/classes/ConfigService.md +22 -22
  43. package/docs/markdown/classes/ConfigTestingService.md +8 -8
  44. package/docs/markdown/functions/ProvideConfig.md +2 -2
  45. package/docs/markdown/functions/dnsLookup.md +2 -2
  46. package/docs/markdown/functions/dnsResolver.md +2 -2
  47. package/docs/markdown/functions/fetchCidContent.md +2 -2
  48. package/docs/markdown/functions/fetchCidContentAsJson.md +7 -3
  49. package/docs/markdown/functions/fetchCidContentViaHttp.md +2 -2
  50. package/docs/markdown/functions/fetchContentViaHttp.md +2 -2
  51. package/docs/markdown/functions/raceSuccess.md +2 -2
  52. package/docs/markdown/globals.md +2 -2
  53. package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
  54. package/docs/markdown/interfaces/Config.md +6 -6
  55. package/docs/markdown/interfaces/ConfigLoadOptions.md +31 -9
  56. package/docs/markdown/interfaces/LogoConfig.md +5 -5
  57. package/docs/markdown/interfaces/NavigationConfig.md +9 -9
  58. package/docs/markdown/interfaces/Oauth2Config.md +3 -3
  59. package/docs/markdown/interfaces/i18nConfig.md +4 -4
  60. package/docs/markdown/type-aliases/AnySchema.md +2 -2
  61. package/docs/markdown/type-aliases/Join.md +2 -2
  62. package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
  63. package/docs/markdown/type-aliases/Leaves.md +2 -2
  64. package/docs/markdown/type-aliases/NoInferType.md +2 -2
  65. package/docs/markdown/type-aliases/Paths.md +2 -2
  66. package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
  67. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  68. package/docs/wiki/Class.ConfigService.md +21 -21
  69. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  70. package/docs/wiki/Function.ProvideConfig.md +1 -1
  71. package/docs/wiki/Function.dnsLookup.md +1 -1
  72. package/docs/wiki/Function.dnsResolver.md +1 -1
  73. package/docs/wiki/Function.fetchCidContent.md +1 -1
  74. package/docs/wiki/Function.fetchCidContentAsJson.md +6 -2
  75. package/docs/wiki/Function.fetchCidContentViaHttp.md +1 -1
  76. package/docs/wiki/Function.fetchContentViaHttp.md +1 -1
  77. package/docs/wiki/Function.raceSuccess.md +1 -1
  78. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  79. package/docs/wiki/Interface.Config.md +5 -5
  80. package/docs/wiki/Interface.ConfigLoadOptions.md +30 -8
  81. package/docs/wiki/Interface.LogoConfig.md +4 -4
  82. package/docs/wiki/Interface.NavigationConfig.md +8 -8
  83. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  84. package/docs/wiki/Interface.i18nConfig.md +3 -3
  85. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  86. package/docs/wiki/TypeAlias.Join.md +1 -1
  87. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  88. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  89. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  90. package/docs/wiki/TypeAlias.Paths.md +1 -1
  91. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  92. package/docs/wiki/globals.md +1 -1
  93. package/fesm2022/rxap-config.mjs +5 -5
  94. package/fesm2022/rxap-config.mjs.map +1 -1
  95. package/lib/config.service.d.ts +1 -0
  96. package/lib/utilities.d.ts +1 -1
  97. package/package.json +2 -2
@@ -414,7 +414,7 @@
414
414
  </tr>
415
415
  <tr>
416
416
  <td class="col-md-4">
417
- <code>fetchCidContentAsJson(cid: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, path?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
417
+ <code>fetchCidContentAsJson(cid: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, path?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, _fetchCidContent)</code>
418
418
  </td>
419
419
  </tr>
420
420
 
@@ -433,6 +433,7 @@
433
433
  <td>Name</td>
434
434
  <td>Type</td>
435
435
  <td>Optional</td>
436
+ <td>Default value</td>
436
437
  </tr>
437
438
  </thead>
438
439
  <tbody>
@@ -446,6 +447,8 @@
446
447
  No
447
448
  </td>
448
449
 
450
+ <td>
451
+ </td>
449
452
 
450
453
  </tr>
451
454
  <tr>
@@ -458,6 +461,22 @@
458
461
  Yes
459
462
  </td>
460
463
 
464
+ <td>
465
+ </td>
466
+
467
+ </tr>
468
+ <tr>
469
+ <td>_fetchCidContent</td>
470
+ <td>
471
+ </td>
472
+
473
+ <td>
474
+ No
475
+ </td>
476
+
477
+ <td>
478
+ <code>fetchCidContent</code>
479
+ </td>
461
480
 
462
481
  </tr>
463
482
  </tbody>
@@ -102,7 +102,7 @@
102
102
  </ol>
103
103
  <ul class="properties-list">
104
104
  <li>
105
- <b>Version</b> : 19.1.1-dev.0</li>
105
+ <b>Version</b> : 19.2.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>