@rxap/config 19.0.2-dev.0 → 19.0.2-dev.1

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 (70) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +5 -0
  4. package/compodoc/dependencies.html +2 -2
  5. package/compodoc/index.html +1 -1
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/properties.html +1 -1
  8. package/docs/documentation.json +115 -114
  9. package/docs/html/classes/ConfigLoaderService.html +2 -2
  10. package/docs/html/classes/ConfigService.html +6 -6
  11. package/docs/html/classes/ConfigTestingService.html +2 -2
  12. package/docs/html/functions/ProvideConfig.html +1 -1
  13. package/docs/html/hierarchy.html +1 -1
  14. package/docs/html/index.html +3 -3
  15. package/docs/html/interfaces/AppsNavigationConfig.html +2 -2
  16. package/docs/html/interfaces/Config.html +2 -2
  17. package/docs/html/interfaces/ConfigLoadOptions.html +3 -3
  18. package/docs/html/interfaces/LogoConfig.html +2 -2
  19. package/docs/html/interfaces/NavigationConfig.html +2 -2
  20. package/docs/html/interfaces/Oauth2Config.html +2 -2
  21. package/docs/html/interfaces/i18nConfig.html +2 -2
  22. package/docs/html/modules.html +1 -1
  23. package/docs/html/types/AnySchema.html +1 -1
  24. package/docs/html/types/Join.html +1 -1
  25. package/docs/html/types/LanguagesConfig.html +1 -1
  26. package/docs/html/types/Leaves.html +1 -1
  27. package/docs/html/types/NoInferType.html +1 -1
  28. package/docs/html/types/Paths.html +1 -1
  29. package/docs/html/variables/RXAP_CONFIG.html +1 -1
  30. package/docs/markdown/README.md +2 -2
  31. package/docs/markdown/classes/ConfigLoaderService.md +7 -7
  32. package/docs/markdown/classes/ConfigService.md +22 -22
  33. package/docs/markdown/classes/ConfigTestingService.md +8 -8
  34. package/docs/markdown/functions/ProvideConfig.md +2 -2
  35. package/docs/markdown/globals.md +2 -2
  36. package/docs/markdown/interfaces/AppsNavigationConfig.md +12 -12
  37. package/docs/markdown/interfaces/Config.md +6 -6
  38. package/docs/markdown/interfaces/ConfigLoadOptions.md +7 -7
  39. package/docs/markdown/interfaces/LogoConfig.md +5 -5
  40. package/docs/markdown/interfaces/NavigationConfig.md +8 -8
  41. package/docs/markdown/interfaces/Oauth2Config.md +3 -3
  42. package/docs/markdown/interfaces/i18nConfig.md +4 -4
  43. package/docs/markdown/type-aliases/AnySchema.md +2 -2
  44. package/docs/markdown/type-aliases/Join.md +2 -2
  45. package/docs/markdown/type-aliases/LanguagesConfig.md +2 -2
  46. package/docs/markdown/type-aliases/Leaves.md +2 -2
  47. package/docs/markdown/type-aliases/NoInferType.md +2 -2
  48. package/docs/markdown/type-aliases/Paths.md +2 -2
  49. package/docs/markdown/variables/RXAP_CONFIG.md +2 -2
  50. package/docs/wiki/Class.ConfigLoaderService.md +6 -6
  51. package/docs/wiki/Class.ConfigService.md +21 -21
  52. package/docs/wiki/Class.ConfigTestingService.md +7 -7
  53. package/docs/wiki/Function.ProvideConfig.md +1 -1
  54. package/docs/wiki/Home.md +1 -1
  55. package/docs/wiki/Interface.AppsNavigationConfig.md +11 -11
  56. package/docs/wiki/Interface.Config.md +5 -5
  57. package/docs/wiki/Interface.ConfigLoadOptions.md +6 -6
  58. package/docs/wiki/Interface.LogoConfig.md +4 -4
  59. package/docs/wiki/Interface.NavigationConfig.md +7 -7
  60. package/docs/wiki/Interface.Oauth2Config.md +2 -2
  61. package/docs/wiki/Interface.i18nConfig.md +3 -3
  62. package/docs/wiki/TypeAlias.AnySchema.md +1 -1
  63. package/docs/wiki/TypeAlias.Join.md +1 -1
  64. package/docs/wiki/TypeAlias.LanguagesConfig.md +1 -1
  65. package/docs/wiki/TypeAlias.Leaves.md +1 -1
  66. package/docs/wiki/TypeAlias.NoInferType.md +1 -1
  67. package/docs/wiki/TypeAlias.Paths.md +1 -1
  68. package/docs/wiki/Variable.RXAP_CONFIG.md +1 -1
  69. package/docs/wiki/globals.md +1 -1
  70. package/package.json +6 -6
@@ -102,7 +102,7 @@
102
102
  </ol>
103
103
  <ul class="properties-list">
104
104
  <li>
105
- <b>Version</b> : 19.0.2-dev.0</li>
105
+ <b>Version</b> : 19.0.2-dev.1</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>