@rxap/config 19.1.0-dev.0 → 19.1.0-dev.2

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 (101) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/compodoc/changelog.html +10 -0
  3. package/compodoc/interfaces/AppsNavigationConfig.html +1 -0
  4. package/compodoc/interfaces/Config.html +1 -0
  5. package/compodoc/interfaces/LogoConfig.html +1 -0
  6. package/compodoc/interfaces/NavigationConfig.html +46 -0
  7. package/compodoc/interfaces/Oauth2Config.html +1 -0
  8. package/compodoc/interfaces/i18nConfig.html +1 -0
  9. package/compodoc/js/search/search_index.js +2 -2
  10. package/compodoc/miscellaneous/functions.html +63 -0
  11. package/compodoc/properties.html +1 -1
  12. package/docs/documentation.json +448 -308
  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/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 +3 -0
  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 +4 -4
  31. package/docs/html/interfaces/LogoConfig.html +2 -2
  32. package/docs/html/interfaces/NavigationConfig.html +3 -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/functions/ProvideConfig.md +2 -2
  48. package/docs/markdown/functions/dnsLookup.md +2 -2
  49. package/docs/markdown/functions/dnsResolver.md +2 -2
  50. package/docs/markdown/functions/fetchCidContent.md +2 -2
  51. package/docs/markdown/functions/fetchCidContentAsJson.md +2 -2
  52. package/docs/markdown/functions/fetchCidContentViaHttp.md +2 -2
  53. package/docs/markdown/functions/fetchContentViaHttp.md +2 -2
  54. package/docs/markdown/functions/raceSuccess.md +28 -0
  55. package/docs/markdown/globals.md +3 -2
  56. package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
  57. package/docs/markdown/interfaces/Config.md +6 -6
  58. package/docs/markdown/interfaces/ConfigLoadOptions.md +9 -9
  59. package/docs/markdown/interfaces/LogoConfig.md +5 -5
  60. package/docs/markdown/interfaces/NavigationConfig.md +16 -8
  61. package/docs/markdown/interfaces/Oauth2Config.md +3 -3
  62. package/docs/markdown/interfaces/i18nConfig.md +4 -4
  63. package/docs/markdown/type-aliases/AnySchema.md +2 -2
  64. package/docs/markdown/type-aliases/Join.md +2 -2
  65. package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
  66. package/docs/markdown/type-aliases/Leaves.md +2 -2
  67. package/docs/markdown/type-aliases/NoInferType.md +2 -2
  68. package/docs/markdown/type-aliases/Paths.md +2 -2
  69. package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
  70. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  71. package/docs/wiki/Class.ConfigService.md +21 -21
  72. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  73. package/docs/wiki/Function.ProvideConfig.md +1 -1
  74. package/docs/wiki/Function.dnsLookup.md +1 -1
  75. package/docs/wiki/Function.dnsResolver.md +1 -1
  76. package/docs/wiki/Function.fetchCidContent.md +1 -1
  77. package/docs/wiki/Function.fetchCidContentAsJson.md +1 -1
  78. package/docs/wiki/Function.fetchCidContentViaHttp.md +1 -1
  79. package/docs/wiki/Function.fetchContentViaHttp.md +1 -1
  80. package/docs/wiki/Function.raceSuccess.md +24 -0
  81. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  82. package/docs/wiki/Interface.Config.md +5 -5
  83. package/docs/wiki/Interface.ConfigLoadOptions.md +8 -8
  84. package/docs/wiki/Interface.LogoConfig.md +4 -4
  85. package/docs/wiki/Interface.NavigationConfig.md +15 -7
  86. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  87. package/docs/wiki/Interface.i18nConfig.md +3 -3
  88. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  89. package/docs/wiki/TypeAlias.Join.md +1 -1
  90. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  91. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  92. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  93. package/docs/wiki/TypeAlias.Paths.md +1 -1
  94. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  95. package/docs/wiki/_Sidebar.md +1 -0
  96. package/docs/wiki/globals.md +2 -1
  97. package/fesm2022/rxap-config.mjs +24 -2
  98. package/fesm2022/rxap-config.mjs.map +1 -1
  99. package/lib/config.d.ts +1 -0
  100. package/lib/utilities.d.ts +5 -0
  101. package/package.json +2 -2
@@ -135,6 +135,9 @@
135
135
  <li>
136
136
  <a href="#ProvideConfig" title="src/lib/provide-config.ts" ><b>ProvideConfig</b>&nbsp;&nbsp;&nbsp;(src/.../provide-config.ts)</a>
137
137
  </li>
138
+ <li>
139
+ <a href="#raceSuccess" title="src/lib/utilities.ts" ><b>raceSuccess</b>&nbsp;&nbsp;&nbsp;(src/.../utilities.ts)</a>
140
+ </li>
138
141
  </ul>
139
142
  </td>
140
143
  </tr>
@@ -605,6 +608,66 @@
605
608
  </tr>
606
609
  </tbody>
607
610
  </table>
611
+ <table class="table table-sm table-bordered">
612
+ <tbody>
613
+ <tr>
614
+ <td class="col-md-4">
615
+ <a name="raceSuccess"></a>
616
+ <span class="name">
617
+ <span ><b>raceSuccess</b></span>
618
+ <a href="#raceSuccess"><span class="icon ion-ios-link"></span></a>
619
+ </span>
620
+ </td>
621
+ </tr>
622
+ <tr>
623
+ <td class="col-md-4">
624
+ <code>raceSuccess(promises)</code>
625
+ </td>
626
+ </tr>
627
+
628
+
629
+
630
+
631
+ <tr>
632
+ <td class="col-md-4">
633
+ <div class="io-description"><p>Similar to Promise.race() but only resolves with the first successful promise.
634
+ It will only reject if all promises reject.</p>
635
+ </div>
636
+
637
+ <div class="io-description">
638
+ <b>Parameters :</b>
639
+
640
+ <table class="params">
641
+ <thead>
642
+ <tr>
643
+ <td>Name</td>
644
+ <td>Optional</td>
645
+ </tr>
646
+ </thead>
647
+ <tbody>
648
+ <tr>
649
+ <td>promises</td>
650
+
651
+ <td>
652
+ No
653
+ </td>
654
+
655
+
656
+ </tr>
657
+ </tbody>
658
+ </table>
659
+ </div>
660
+ <div class="io-description">
661
+ <b>Returns : </b> <code>Promise&lt;T&gt;</code>
662
+
663
+ </div>
664
+ <div class="io-description">
665
+
666
+ </div>
667
+ </td>
668
+ </tr>
669
+ </tbody>
670
+ </table>
608
671
  </section> <h3>src/generators/init/generator.ts</h3>
609
672
  <section data-compodoc="block-methods">
610
673
  <h3></h3> <table class="table table-sm table-bordered">
@@ -102,7 +102,7 @@
102
102
  </ol>
103
103
  <ul class="properties-list">
104
104
  <li>
105
- <b>Version</b> : 19.1.0-dev.0</li>
105
+ <b>Version</b> : 19.1.0-dev.2</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>