@rxap/config 19.0.1-dev.2 → 19.0.1-dev.5

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 (106) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +24 -26
  3. package/compodoc/changelog.html +6 -0
  4. package/compodoc/dependencies.html +3 -3
  5. package/compodoc/index.html +26 -20
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/properties.html +3 -2
  8. package/docs/documentation.json +415 -832
  9. package/docs/html/assets/hierarchy.js +1 -0
  10. package/docs/{assets → html/assets}/highlight.css +13 -6
  11. package/docs/html/assets/icons.js +18 -0
  12. package/docs/html/assets/icons.svg +1 -0
  13. package/docs/{assets → html/assets}/main.js +5 -4
  14. package/docs/html/assets/navigation.js +1 -0
  15. package/docs/html/assets/search.js +1 -0
  16. package/docs/html/assets/style.css +1611 -0
  17. package/docs/html/classes/ConfigLoaderService.html +6 -0
  18. package/docs/html/classes/ConfigService.html +29 -0
  19. package/docs/html/classes/ConfigTestingService.html +8 -0
  20. package/docs/html/functions/ProvideConfig.html +1 -0
  21. package/docs/html/hierarchy.html +1 -0
  22. package/docs/html/index.html +33 -0
  23. package/docs/html/interfaces/AppsNavigationConfig.html +11 -0
  24. package/docs/html/interfaces/Config.html +5 -0
  25. package/docs/html/interfaces/ConfigLoadOptions.html +7 -0
  26. package/docs/html/interfaces/LogoConfig.html +4 -0
  27. package/docs/html/interfaces/NavigationConfig.html +7 -0
  28. package/docs/html/interfaces/Oauth2Config.html +2 -0
  29. package/docs/html/interfaces/i18nConfig.html +3 -0
  30. package/docs/html/modules.html +1 -0
  31. package/docs/html/types/AnySchema.html +1 -0
  32. package/docs/html/types/Join.html +1 -0
  33. package/docs/html/types/LanguagesConfig.html +1 -0
  34. package/docs/html/types/Leaves.html +1 -0
  35. package/docs/html/types/NoInferType.html +1 -0
  36. package/docs/html/types/Paths.html +1 -0
  37. package/docs/html/variables/RXAP_CONFIG.html +1 -0
  38. package/docs/markdown/README.md +37 -0
  39. package/docs/markdown/classes/ConfigLoaderService.md +73 -0
  40. package/docs/markdown/classes/ConfigService.md +358 -0
  41. package/docs/markdown/classes/ConfigTestingService.md +155 -0
  42. package/docs/markdown/functions/ProvideConfig.md +29 -0
  43. package/docs/markdown/globals.md +38 -0
  44. package/docs/markdown/interfaces/AppsNavigationConfig.md +89 -0
  45. package/docs/markdown/interfaces/Config.md +41 -0
  46. package/docs/markdown/interfaces/ConfigLoadOptions.md +51 -0
  47. package/docs/markdown/interfaces/LogoConfig.md +33 -0
  48. package/docs/markdown/interfaces/NavigationConfig.md +57 -0
  49. package/docs/markdown/interfaces/Oauth2Config.md +17 -0
  50. package/docs/markdown/interfaces/i18nConfig.md +25 -0
  51. package/docs/markdown/type-aliases/AnySchema.md +27 -0
  52. package/docs/markdown/type-aliases/Join.md +17 -0
  53. package/docs/markdown/type-aliases/LanguagesConfig.md +11 -0
  54. package/docs/markdown/type-aliases/Leaves.md +17 -0
  55. package/docs/markdown/type-aliases/NoInferType.md +15 -0
  56. package/docs/markdown/type-aliases/Paths.md +17 -0
  57. package/docs/markdown/variables/RXAP_CONFIG.md +11 -0
  58. package/docs/wiki/Class.ConfigLoaderService.md +69 -0
  59. package/docs/wiki/Class.ConfigService.md +354 -0
  60. package/docs/wiki/Class.ConfigTestingService.md +151 -0
  61. package/docs/wiki/Function.ProvideConfig.md +25 -0
  62. package/docs/wiki/Home.md +33 -0
  63. package/docs/wiki/Interface.AppsNavigationConfig.md +85 -0
  64. package/docs/wiki/Interface.Config.md +37 -0
  65. package/docs/wiki/Interface.ConfigLoadOptions.md +47 -0
  66. package/docs/wiki/Interface.LogoConfig.md +29 -0
  67. package/docs/wiki/Interface.NavigationConfig.md +53 -0
  68. package/docs/wiki/Interface.Oauth2Config.md +13 -0
  69. package/docs/wiki/Interface.i18nConfig.md +21 -0
  70. package/docs/wiki/TypeAlias.AnySchema.md +23 -0
  71. package/docs/wiki/TypeAlias.Join.md +13 -0
  72. package/docs/wiki/TypeAlias.LanguagesConfig.md +7 -0
  73. package/docs/wiki/TypeAlias.Leaves.md +13 -0
  74. package/docs/wiki/TypeAlias.NoInferType.md +11 -0
  75. package/docs/wiki/TypeAlias.Paths.md +13 -0
  76. package/docs/wiki/Variable.RXAP_CONFIG.md +7 -0
  77. package/docs/wiki/_Sidebar.md +34 -0
  78. package/docs/wiki/globals.md +34 -0
  79. package/package.json +9 -8
  80. package/docs/assets/icons.js +0 -15
  81. package/docs/assets/icons.svg +0 -1
  82. package/docs/assets/navigation.js +0 -1
  83. package/docs/assets/search.js +0 -1
  84. package/docs/assets/style.css +0 -1412
  85. package/docs/classes/ConfigLoaderService.html +0 -6
  86. package/docs/classes/ConfigService.html +0 -34
  87. package/docs/classes/ConfigTestingService.html +0 -8
  88. package/docs/functions/ProvideConfig.html +0 -1
  89. package/docs/hierarchy.html +0 -1
  90. package/docs/index.html +0 -28
  91. package/docs/interfaces/AppsNavigationConfig.html +0 -11
  92. package/docs/interfaces/Config.html +0 -5
  93. package/docs/interfaces/ConfigLoadOptions.html +0 -7
  94. package/docs/interfaces/LogoConfig.html +0 -4
  95. package/docs/interfaces/NavigationConfig.html +0 -7
  96. package/docs/interfaces/Oauth2Config.html +0 -2
  97. package/docs/interfaces/i18nConfig.html +0 -3
  98. package/docs/modules.html +0 -19
  99. package/docs/types/AnySchema.html +0 -1
  100. package/docs/types/Join.html +0 -1
  101. package/docs/types/LanguagesConfig.html +0 -1
  102. package/docs/types/Leaves.html +0 -1
  103. package/docs/types/NoInferType.html +0 -1
  104. package/docs/types/Paths.html +0 -1
  105. package/docs/variables/RXAP_CONFIG.html +0 -1
  106. /package/docs/{.nojekyll → html/.nojekyll} +0 -0
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Leaves | @rxap/config</title><meta name="description" content="Documentation for @rxap/config"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rxap/config</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@rxap/config</a></li><li><a href="Leaves.html">Leaves</a></li></ul><h1>Type Alias Leaves&lt;T, D&gt;</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Leaves</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Leaves.html#d">D</a><span class="tsd-signature-symbol">]</span> <span class="tsd-signature-keyword">extends</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">?</span> <span class="tsd-signature-type">never</span><br/>    <span class="tsd-signature-symbol">:</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="Leaves.html#t">T</a> <span class="tsd-signature-keyword">extends</span> <span class="tsd-signature-type">object</span><br/>        <span class="tsd-signature-symbol">?</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">K</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-keyword">keyof</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="Leaves.html#t">T</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">-?:</span> <a href="Join.html" class="tsd-signature-type tsd-kind-type-alias">Join</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">K</span><span class="tsd-signature-symbol">,</span> <a href="Leaves.html" class="tsd-signature-type tsd-kind-type-alias">Leaves</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Leaves.html#t">T</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">K</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">Prev</span><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Leaves.html#d">D</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-keyword">keyof</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="Leaves.html#t">T</a><span class="tsd-signature-symbol">]</span><br/>        <span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;&quot;</span></div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="t" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li><li><span><a id="d" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">D</span><span class="tsd-signature-keyword"> extends </span><span class="tsd-signature-type">number</span> = <span class="tsd-signature-type">10</span></span></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L20">types.ts:20</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@rxap/config</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NoInferType | @rxap/config</title><meta name="description" content="Documentation for @rxap/config"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rxap/config</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@rxap/config</a></li><li><a href="NoInferType.html">NoInferType</a></li></ul><h1>Type Alias NoInferType&lt;T&gt;</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">NoInferType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="NoInferType.html#t">T</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="NoInferType.html#t">T</a> <span class="tsd-signature-keyword">extends</span> <span class="tsd-signature-type">any</span> <span class="tsd-signature-symbol">?</span> <span class="tsd-signature-type">0</span> <span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">]</span></div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="t" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L1">types.ts:1</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@rxap/config</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Paths | @rxap/config</title><meta name="description" content="Documentation for @rxap/config"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rxap/config</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@rxap/config</a></li><li><a href="Paths.html">Paths</a></li></ul><h1>Type Alias Paths&lt;T, D&gt;</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Paths</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Paths.html#d">D</a><span class="tsd-signature-symbol">]</span> <span class="tsd-signature-keyword">extends</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">]</span><br/>    <span class="tsd-signature-symbol">?</span> <span class="tsd-signature-type">never</span><br/>    <span class="tsd-signature-symbol">:</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="Paths.html#t">T</a> <span class="tsd-signature-keyword">extends</span> <span class="tsd-signature-type">object</span><br/>        <span class="tsd-signature-symbol">?</span> <span class="tsd-signature-symbol">{</span><br/>            <span class="tsd-signature-symbol">[</span><span class="tsd-kind-type-parameter">K</span> <span class="tsd-signature-keyword">in</span> <span class="tsd-signature-keyword">keyof</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="Paths.html#t">T</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">-?:</span> <span class="tsd-signature-type tsd-kind-type-parameter">K</span> <span class="tsd-signature-keyword">extends</span> <span class="tsd-signature-type">string</span><br/>            <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><br/>                <span class="tsd-signature-symbol">?</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type tsd-kind-type-parameter">K</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span> <span class="tsd-signature-symbol">|</span> <a href="Join.html" class="tsd-signature-type tsd-kind-type-alias">Join</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">K</span><span class="tsd-signature-symbol">,</span> <a href="Paths.html" class="tsd-signature-type tsd-kind-type-alias">Paths</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Paths.html#t">T</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">K</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">Prev</span><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Paths.html#d">D</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><br/>                <span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">never</span><br/>        <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-keyword">keyof</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="Paths.html#t">T</a><span class="tsd-signature-symbol">]</span><br/>        <span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;&quot;</span></div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="t" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li><li><span><a id="d" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">D</span><span class="tsd-signature-keyword"> extends </span><span class="tsd-signature-type">number</span> = <span class="tsd-signature-type">10</span></span></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L13">types.ts:13</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@rxap/config</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RXAP_CONFIG | @rxap/config</title><meta name="description" content="Documentation for @rxap/config"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rxap/config</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@rxap/config</a></li><li><a href="RXAP_CONFIG.html">RXAP_CONFIG</a></li></ul><h1>Variable RXAP_CONFIG<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">RXAP_CONFIG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">InjectionToken</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/tokens.ts#L3">tokens.ts:3</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@rxap/config</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -0,0 +1,37 @@
1
+ **@rxap/config**
2
+
3
+ ***
4
+
5
+ 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.
6
+
7
+ [![npm version](https://img.shields.io/npm/v/@rxap/config?style=flat-square)](https://www.npmjs.com/package/@rxap/config)
8
+ [![commitizen
9
+ friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
10
+ [![styled with
11
+ prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
12
+ ![Libraries.io dependency status for latest release, scoped npm
13
+ package](https://img.shields.io/librariesio/release/npm/@rxap/config)
14
+ ![npm](https://img.shields.io/npm/dm/@rxap/config)
15
+ ![NPM](https://img.shields.io/npm/l/@rxap/config) -
16
+ [Installation](#installation)
17
+ - [Generators](#generators)
18
+ - [init](#init)
19
+
20
+ # Installation **Add the package to your workspace:** ```bash yarn add
21
+ @rxap/config
22
+ ```
23
+ **Install peer dependencies:** ```bash yarn add
24
+ @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.4 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
25
+ ```
26
+ **Execute the init generator:** ```bash yarn nx g
27
+ @rxap/config:init ```
28
+ # Generators
29
+
30
+ ##
31
+ init
32
+ >
33
+ Initialize the package in the workspace
34
+
35
+ ```bash nx g
36
+ @rxap/config:init
37
+ ```
@@ -0,0 +1,73 @@
1
+ [**@rxap/config**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/config](../globals.md) / ConfigLoaderService
6
+
7
+ # Class: ConfigLoaderService
8
+
9
+ Defined in: [config-loader.service.ts:16](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L16)
10
+
11
+ ## Constructors
12
+
13
+ ### new ConfigLoaderService()
14
+
15
+ > **new ConfigLoaderService**(`http`): [`ConfigLoaderService`](ConfigLoaderService.md)
16
+
17
+ Defined in: [config-loader.service.ts:21](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L21)
18
+
19
+ #### Parameters
20
+
21
+ ##### http
22
+
23
+ `HttpClient`
24
+
25
+ #### Returns
26
+
27
+ [`ConfigLoaderService`](ConfigLoaderService.md)
28
+
29
+ ## Properties
30
+
31
+ ### configLoading
32
+
33
+ > `readonly` **configLoading**: `Map`\<`string`, `Observable`\<`any`\>\>
34
+
35
+ Defined in: [config-loader.service.ts:19](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L19)
36
+
37
+ ***
38
+
39
+ ### configs
40
+
41
+ > `readonly` **configs**: `Map`\<`string`, `any`\>
42
+
43
+ Defined in: [config-loader.service.ts:17](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L17)
44
+
45
+ ***
46
+
47
+ ### http
48
+
49
+ > `readonly` **http**: `HttpClient`
50
+
51
+ Defined in: [config-loader.service.ts:23](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L23)
52
+
53
+ ## Methods
54
+
55
+ ### load$()
56
+
57
+ > **load$**\<`T`\>(`url`): `Promise`\<`T`\>
58
+
59
+ Defined in: [config-loader.service.ts:27](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L27)
60
+
61
+ #### Type Parameters
62
+
63
+ • **T** = `any`
64
+
65
+ #### Parameters
66
+
67
+ ##### url
68
+
69
+ `string`
70
+
71
+ #### Returns
72
+
73
+ `Promise`\<`T`\>
@@ -0,0 +1,358 @@
1
+ [**@rxap/config**](../README.md)
2
+
3
+ ***
4
+
5
+ [@rxap/config](../globals.md) / ConfigService
6
+
7
+ # Class: ConfigService\<Config\>
8
+
9
+ Defined in: [config.service.ts:32](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L32)
10
+
11
+ ## Type Parameters
12
+
13
+ • **Config** *extends* `Record`\<`string`, `any`\> = `Record`\<`string`, `any`\>
14
+
15
+ ## Constructors
16
+
17
+ ### new ConfigService()
18
+
19
+ > **new ConfigService**\<`Config`\>(`config`): [`ConfigService`](ConfigService.md)\<`Config`\>
20
+
21
+ Defined in: [config.service.ts:63](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L63)
22
+
23
+ #### Parameters
24
+
25
+ ##### config
26
+
27
+ `any` = `null`
28
+
29
+ #### Returns
30
+
31
+ [`ConfigService`](ConfigService.md)\<`Config`\>
32
+
33
+ ## Properties
34
+
35
+ ### config
36
+
37
+ > `readonly` **config**: `Config`
38
+
39
+ Defined in: [config.service.ts:61](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L61)
40
+
41
+ ***
42
+
43
+ ### Config
44
+
45
+ > `static` **Config**: `any` = `null`
46
+
47
+ Defined in: [config.service.ts:40](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L40)
48
+
49
+ ***
50
+
51
+ ### Defaults
52
+
53
+ > `static` **Defaults**: `any` = `{}`
54
+
55
+ Defined in: [config.service.ts:47](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L47)
56
+
57
+ Static default values for the config object.
58
+ Will be overwritten by an dynamic config file specified in
59
+ the Urls array.
60
+
61
+ ***
62
+
63
+ ### LocalStorageKey
64
+
65
+ > `static` **LocalStorageKey**: `string` = `'rxap/config/local-config'`
66
+
67
+ Defined in: [config.service.ts:55](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L55)
68
+
69
+ ***
70
+
71
+ ### onError
72
+
73
+ > `static` **onError**: `ReplaySubject`\<`unknown`\>
74
+
75
+ Defined in: [config.service.ts:34](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L34)
76
+
77
+ ***
78
+
79
+ ### onErrorFnc
80
+
81
+ > `static` **onErrorFnc**: (`error`) => `void`[] = `[]`
82
+
83
+ Defined in: [config.service.ts:37](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L37)
84
+
85
+ #### Parameters
86
+
87
+ ##### error
88
+
89
+ `any`
90
+
91
+ #### Returns
92
+
93
+ `void`
94
+
95
+ ***
96
+
97
+ ### onRequestError
98
+
99
+ > `static` **onRequestError**: `ReplaySubject`\<`Response`\>
100
+
101
+ Defined in: [config.service.ts:35](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L35)
102
+
103
+ ***
104
+
105
+ ### onRequestErrorFnc
106
+
107
+ > `static` **onRequestErrorFnc**: (`response`) => `void`[] = `[]`
108
+
109
+ Defined in: [config.service.ts:38](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L38)
110
+
111
+ #### Parameters
112
+
113
+ ##### response
114
+
115
+ `Response`
116
+
117
+ #### Returns
118
+
119
+ `void`
120
+
121
+ ***
122
+
123
+ ### Overwrites
124
+
125
+ > `static` **Overwrites**: `any` = `{}`
126
+
127
+ Defined in: [config.service.ts:53](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L53)
128
+
129
+ Any value definition in the Overwrites object will overwrite any
130
+ value form the Defaults values or dynamic config files
131
+
132
+ ***
133
+
134
+ ### ~~Urls~~
135
+
136
+ > `static` **Urls**: `never`[] = `[]`
137
+
138
+ Defined in: [config.service.ts:60](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L60)
139
+
140
+ #### Deprecated
141
+
142
+ instead use the url property of the ConfigLoadOptions
143
+
144
+ ## Methods
145
+
146
+ ### clearLocalConfig()
147
+
148
+ > **clearLocalConfig**(): `void`
149
+
150
+ Defined in: [config.service.ts:346](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L346)
151
+
152
+ #### Returns
153
+
154
+ `void`
155
+
156
+ ***
157
+
158
+ ### get()
159
+
160
+ #### Call Signature
161
+
162
+ > **get**\<`T`\>(`propertyPath`): `undefined` \| `T`
163
+
164
+ Defined in: [config.service.ts:350](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L350)
165
+
166
+ ##### Type Parameters
167
+
168
+ • **T** = `any`
169
+
170
+ ##### Parameters
171
+
172
+ ###### propertyPath
173
+
174
+ `string`
175
+
176
+ ##### Returns
177
+
178
+ `undefined` \| `T`
179
+
180
+ #### Call Signature
181
+
182
+ > **get**\<`T`\>(`propertyPath`, `defaultValue`): `T`
183
+
184
+ Defined in: [config.service.ts:351](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L351)
185
+
186
+ ##### Type Parameters
187
+
188
+ • **T** = `any`
189
+
190
+ ##### Parameters
191
+
192
+ ###### propertyPath
193
+
194
+ `string`
195
+
196
+ ###### defaultValue
197
+
198
+ [`NoInferType`](../type-aliases/NoInferType.md)\<`T`\>
199
+
200
+ ##### Returns
201
+
202
+ `T`
203
+
204
+ ***
205
+
206
+ ### getOrThrow()
207
+
208
+ #### Call Signature
209
+
210
+ > **getOrThrow**\<`T`\>(`propertyPath`): `T`
211
+
212
+ Defined in: [config.service.ts:356](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L356)
213
+
214
+ ##### Type Parameters
215
+
216
+ • **T** = `any`
217
+
218
+ ##### Parameters
219
+
220
+ ###### propertyPath
221
+
222
+ `string`
223
+
224
+ ##### Returns
225
+
226
+ `T`
227
+
228
+ #### Call Signature
229
+
230
+ > **getOrThrow**\<`T`\>(`propertyPath`, `defaultValue`): `T`
231
+
232
+ Defined in: [config.service.ts:357](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L357)
233
+
234
+ ##### Type Parameters
235
+
236
+ • **T** = `any`
237
+
238
+ ##### Parameters
239
+
240
+ ###### propertyPath
241
+
242
+ `string`
243
+
244
+ ###### defaultValue
245
+
246
+ [`NoInferType`](../type-aliases/NoInferType.md)\<`T`\>
247
+
248
+ ##### Returns
249
+
250
+ `T`
251
+
252
+ ***
253
+
254
+ ### setLocalConfig()
255
+
256
+ > **setLocalConfig**(`config`): `void`
257
+
258
+ Defined in: [config.service.ts:342](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L342)
259
+
260
+ #### Parameters
261
+
262
+ ##### config
263
+
264
+ `Config`
265
+
266
+ #### Returns
267
+
268
+ `void`
269
+
270
+ ***
271
+
272
+ ### Get()
273
+
274
+ > `static` **Get**\<`T`, `K`\>(`path`, `defaultValue`, `config`): `T`
275
+
276
+ Defined in: [config.service.ts:283](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L283)
277
+
278
+ #### Type Parameters
279
+
280
+ • **T** = `any`
281
+
282
+ • **K** *extends* `Record`\<`string`, `any`\> = `Record`\<`string`, `any`\>
283
+
284
+ #### Parameters
285
+
286
+ ##### path
287
+
288
+ `string`
289
+
290
+ ##### defaultValue
291
+
292
+ `undefined` | `T`
293
+
294
+ ##### config
295
+
296
+ `Record`\<`string`, `any`\>
297
+
298
+ #### Returns
299
+
300
+ `T`
301
+
302
+ ***
303
+
304
+ ### Load()
305
+
306
+ > `static` **Load**(`options`?, `environment`?): `Promise`\<`void`\>
307
+
308
+ Defined in: [config.service.ts:81](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L81)
309
+
310
+ Used to load the app config from a remote resource.
311
+
312
+ Promise.all([ ConfigService.Load() ])
313
+ .then(() => platformBrowserDynamic().bootstrapModule(AppModule))
314
+ .catch(err => console.error(err))
315
+
316
+ #### Parameters
317
+
318
+ ##### options?
319
+
320
+ [`ConfigLoadOptions`](../interfaces/ConfigLoadOptions.md)
321
+
322
+ ##### environment?
323
+
324
+ `Environment`
325
+
326
+ #### Returns
327
+
328
+ `Promise`\<`void`\>
329
+
330
+ ***
331
+
332
+ ### SideLoad()
333
+
334
+ > `static` **SideLoad**(`url`, `propertyPath`, `required`?, `schema`?): `Promise`\<`void`\>
335
+
336
+ Defined in: [config.service.ts:264](https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L264)
337
+
338
+ #### Parameters
339
+
340
+ ##### url
341
+
342
+ `string`
343
+
344
+ ##### propertyPath
345
+
346
+ `string`
347
+
348
+ ##### required?
349
+
350
+ `boolean`
351
+
352
+ ##### schema?
353
+
354
+ [`AnySchema`](../type-aliases/AnySchema.md)
355
+
356
+ #### Returns
357
+
358
+ `Promise`\<`void`\>