@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
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Class: ConfigService\<Config\>
4
4
 
5
- Defined in: [config.service.ts:48](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L48)
5
+ Defined in: [config.service.ts:49](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L49)
6
6
 
7
7
  ## Type Parameters
8
8
 
@@ -14,7 +14,7 @@ Defined in: [config.service.ts:48](https://gitlab.com/rxap/packages/-/blob/7e5d9
14
14
 
15
15
  > **new ConfigService**\<`Config`\>(`config`): [`ConfigService`](../wiki/Class.ConfigService)\<`Config`\>
16
16
 
17
- Defined in: [config.service.ts:79](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L79)
17
+ Defined in: [config.service.ts:80](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L80)
18
18
 
19
19
  #### Parameters
20
20
 
@@ -32,7 +32,7 @@ Defined in: [config.service.ts:79](https://gitlab.com/rxap/packages/-/blob/7e5d9
32
32
 
33
33
  > `readonly` **config**: `Config`
34
34
 
35
- Defined in: [config.service.ts:77](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L77)
35
+ Defined in: [config.service.ts:78](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L78)
36
36
 
37
37
  ***
38
38
 
@@ -40,7 +40,7 @@ Defined in: [config.service.ts:77](https://gitlab.com/rxap/packages/-/blob/7e5d9
40
40
 
41
41
  > `static` **Config**: `any` = `null`
42
42
 
43
- Defined in: [config.service.ts:56](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L56)
43
+ Defined in: [config.service.ts:57](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L57)
44
44
 
45
45
  ***
46
46
 
@@ -48,7 +48,7 @@ Defined in: [config.service.ts:56](https://gitlab.com/rxap/packages/-/blob/7e5d9
48
48
 
49
49
  > `static` **Defaults**: `any` = `{}`
50
50
 
51
- Defined in: [config.service.ts:63](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L63)
51
+ Defined in: [config.service.ts:64](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L64)
52
52
 
53
53
  Static default values for the config object.
54
54
  Will be overwritten by an dynamic config file specified in
@@ -60,7 +60,7 @@ the Urls array.
60
60
 
61
61
  > `static` **LocalStorageKey**: `string` = `'rxap/config/local-config'`
62
62
 
63
- Defined in: [config.service.ts:71](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L71)
63
+ Defined in: [config.service.ts:72](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L72)
64
64
 
65
65
  ***
66
66
 
@@ -68,7 +68,7 @@ Defined in: [config.service.ts:71](https://gitlab.com/rxap/packages/-/blob/7e5d9
68
68
 
69
69
  > `static` **onError**: `ReplaySubject`\<`unknown`\>
70
70
 
71
- Defined in: [config.service.ts:50](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L50)
71
+ Defined in: [config.service.ts:51](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L51)
72
72
 
73
73
  ***
74
74
 
@@ -76,7 +76,7 @@ Defined in: [config.service.ts:50](https://gitlab.com/rxap/packages/-/blob/7e5d9
76
76
 
77
77
  > `static` **onErrorFnc**: (`error`) => `void`[] = `[]`
78
78
 
79
- Defined in: [config.service.ts:53](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L53)
79
+ Defined in: [config.service.ts:54](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L54)
80
80
 
81
81
  #### Parameters
82
82
 
@@ -94,7 +94,7 @@ Defined in: [config.service.ts:53](https://gitlab.com/rxap/packages/-/blob/7e5d9
94
94
 
95
95
  > `static` **onRequestError**: `ReplaySubject`\<`Response`\>
96
96
 
97
- Defined in: [config.service.ts:51](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L51)
97
+ Defined in: [config.service.ts:52](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L52)
98
98
 
99
99
  ***
100
100
 
@@ -102,7 +102,7 @@ Defined in: [config.service.ts:51](https://gitlab.com/rxap/packages/-/blob/7e5d9
102
102
 
103
103
  > `static` **onRequestErrorFnc**: (`response`) => `void`[] = `[]`
104
104
 
105
- Defined in: [config.service.ts:54](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L54)
105
+ Defined in: [config.service.ts:55](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L55)
106
106
 
107
107
  #### Parameters
108
108
 
@@ -120,7 +120,7 @@ Defined in: [config.service.ts:54](https://gitlab.com/rxap/packages/-/blob/7e5d9
120
120
 
121
121
  > `static` **Overwrites**: `any` = `{}`
122
122
 
123
- Defined in: [config.service.ts:69](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L69)
123
+ Defined in: [config.service.ts:70](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L70)
124
124
 
125
125
  Any value definition in the Overwrites object will overwrite any
126
126
  value form the Defaults values or dynamic config files
@@ -131,7 +131,7 @@ value form the Defaults values or dynamic config files
131
131
 
132
132
  > `static` **Urls**: `never`[] = `[]`
133
133
 
134
- Defined in: [config.service.ts:76](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L76)
134
+ Defined in: [config.service.ts:77](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L77)
135
135
 
136
136
  #### Deprecated
137
137
 
@@ -143,7 +143,7 @@ instead use the url property of the ConfigLoadOptions
143
143
 
144
144
  > **clearLocalConfig**(): `void`
145
145
 
146
- Defined in: [config.service.ts:421](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L421)
146
+ Defined in: [config.service.ts:422](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L422)
147
147
 
148
148
  #### Returns
149
149
 
@@ -157,7 +157,7 @@ Defined in: [config.service.ts:421](https://gitlab.com/rxap/packages/-/blob/7e5d
157
157
 
158
158
  > **get**\<`T`\>(`propertyPath`): `undefined` \| `T`
159
159
 
160
- Defined in: [config.service.ts:425](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L425)
160
+ Defined in: [config.service.ts:426](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L426)
161
161
 
162
162
  ##### Type Parameters
163
163
 
@@ -177,7 +177,7 @@ Defined in: [config.service.ts:425](https://gitlab.com/rxap/packages/-/blob/7e5d
177
177
 
178
178
  > **get**\<`T`\>(`propertyPath`, `defaultValue`): `T`
179
179
 
180
- Defined in: [config.service.ts:426](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L426)
180
+ Defined in: [config.service.ts:427](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L427)
181
181
 
182
182
  ##### Type Parameters
183
183
 
@@ -205,7 +205,7 @@ Defined in: [config.service.ts:426](https://gitlab.com/rxap/packages/-/blob/7e5d
205
205
 
206
206
  > **getOrThrow**\<`T`\>(`propertyPath`): `T`
207
207
 
208
- Defined in: [config.service.ts:431](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L431)
208
+ Defined in: [config.service.ts:432](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L432)
209
209
 
210
210
  ##### Type Parameters
211
211
 
@@ -225,7 +225,7 @@ Defined in: [config.service.ts:431](https://gitlab.com/rxap/packages/-/blob/7e5d
225
225
 
226
226
  > **getOrThrow**\<`T`\>(`propertyPath`, `defaultValue`): `T`
227
227
 
228
- Defined in: [config.service.ts:432](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L432)
228
+ Defined in: [config.service.ts:433](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L433)
229
229
 
230
230
  ##### Type Parameters
231
231
 
@@ -251,7 +251,7 @@ Defined in: [config.service.ts:432](https://gitlab.com/rxap/packages/-/blob/7e5d
251
251
 
252
252
  > **setLocalConfig**(`config`): `void`
253
253
 
254
- Defined in: [config.service.ts:417](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L417)
254
+ Defined in: [config.service.ts:418](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L418)
255
255
 
256
256
  #### Parameters
257
257
 
@@ -269,7 +269,7 @@ Defined in: [config.service.ts:417](https://gitlab.com/rxap/packages/-/blob/7e5d
269
269
 
270
270
  > `static` **Get**\<`T`, `K`\>(`path`, `defaultValue`, `config`): `T`
271
271
 
272
- Defined in: [config.service.ts:359](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L359)
272
+ Defined in: [config.service.ts:360](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L360)
273
273
 
274
274
  #### Type Parameters
275
275
 
@@ -301,7 +301,7 @@ Defined in: [config.service.ts:359](https://gitlab.com/rxap/packages/-/blob/7e5d
301
301
 
302
302
  > `static` **Load**(`options`?, `environment`?): `Promise`\<`void`\>
303
303
 
304
- Defined in: [config.service.ts:97](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L97)
304
+ Defined in: [config.service.ts:98](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L98)
305
305
 
306
306
  Used to load the app config from a remote resource.
307
307
 
@@ -329,7 +329,7 @@ Promise.all([ ConfigService.Load() ])
329
329
 
330
330
  > `static` **SideLoad**(`url`, `propertyPath`, `required`?, `schema`?): `Promise`\<`void`\>
331
331
 
332
- Defined in: [config.service.ts:340](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L340)
332
+ Defined in: [config.service.ts:341](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L341)
333
333
 
334
334
  #### Parameters
335
335
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Class: ConfigTestingService
4
4
 
5
- Defined in: [config-testing-service.ts:9](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L9)
5
+ Defined in: [config-testing-service.ts:9](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L9)
6
6
 
7
7
  ## Implements
8
8
 
@@ -24,7 +24,7 @@ Defined in: [config-testing-service.ts:9](https://gitlab.com/rxap/packages/-/blo
24
24
 
25
25
  > `readonly` **config**: `Record`\<`string`, `any`\> = `{}`
26
26
 
27
- Defined in: [config-testing-service.ts:10](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L10)
27
+ Defined in: [config-testing-service.ts:10](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L10)
28
28
 
29
29
  #### Implementation of
30
30
 
@@ -36,7 +36,7 @@ Defined in: [config-testing-service.ts:10](https://gitlab.com/rxap/packages/-/bl
36
36
 
37
37
  > **clearLocalConfig**(): `void`
38
38
 
39
- Defined in: [config-testing-service.ts:13](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L13)
39
+ Defined in: [config-testing-service.ts:13](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L13)
40
40
 
41
41
  #### Returns
42
42
 
@@ -52,7 +52,7 @@ Defined in: [config-testing-service.ts:13](https://gitlab.com/rxap/packages/-/bl
52
52
 
53
53
  > **get**\<`T`\>(`propertyPath`, `defaultValue`?): `undefined` \| `T`
54
54
 
55
- Defined in: [config-testing-service.ts:20](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L20)
55
+ Defined in: [config-testing-service.ts:20](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L20)
56
56
 
57
57
  #### Type Parameters
58
58
 
@@ -82,7 +82,7 @@ Defined in: [config-testing-service.ts:20](https://gitlab.com/rxap/packages/-/bl
82
82
 
83
83
  > **getOrThrow**\<`T`\>(`propertyPath`): `T`
84
84
 
85
- Defined in: [config-testing-service.ts:24](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L24)
85
+ Defined in: [config-testing-service.ts:24](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L24)
86
86
 
87
87
  #### Type Parameters
88
88
 
@@ -108,7 +108,7 @@ Defined in: [config-testing-service.ts:24](https://gitlab.com/rxap/packages/-/bl
108
108
 
109
109
  > **set**\<`T`\>(`propertyPath`, `value`): `void`
110
110
 
111
- Defined in: [config-testing-service.ts:16](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L16)
111
+ Defined in: [config-testing-service.ts:16](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L16)
112
112
 
113
113
  #### Type Parameters
114
114
 
@@ -134,7 +134,7 @@ Defined in: [config-testing-service.ts:16](https://gitlab.com/rxap/packages/-/bl
134
134
 
135
135
  > **setLocalConfig**(`config`): `void`
136
136
 
137
- Defined in: [config-testing-service.ts:33](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config-testing-service.ts#L33)
137
+ Defined in: [config-testing-service.ts:33](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config-testing-service.ts#L33)
138
138
 
139
139
  #### Parameters
140
140
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **ProvideConfig**(`config`): `object`
6
6
 
7
- Defined in: [provide-config.ts:3](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/provide-config.ts#L3)
7
+ Defined in: [provide-config.ts:3](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/provide-config.ts#L3)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **dnsLookup**(`name`, `type`, `dnsServers`): `Promise`\<`string`\>
6
6
 
7
- Defined in: [utilities.ts:57](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L57)
7
+ Defined in: [utilities.ts:57](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L57)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **dnsResolver**(`endpoint`, `name`, `type`): `Promise`\<`string`\>
6
6
 
7
- Defined in: [utilities.ts:39](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L39)
7
+ Defined in: [utilities.ts:39](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L39)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **fetchCidContent**(`cid`, `path`?): `Promise`\<`null` \| `Blob`\>
6
6
 
7
- Defined in: [utilities.ts:131](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L131)
7
+ Defined in: [utilities.ts:131](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L131)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  # Function: fetchCidContentAsJson()
4
4
 
5
- > **fetchCidContentAsJson**(`cid`, `path`?): `Promise`\<`any`\>
5
+ > **fetchCidContentAsJson**(`cid`, `path`?, `_fetchCidContent`?): `Promise`\<`any`\>
6
6
 
7
- Defined in: [utilities.ts:148](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L148)
7
+ Defined in: [utilities.ts:148](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L148)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -16,6 +16,10 @@ Defined in: [utilities.ts:148](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f0
16
16
 
17
17
  `string`
18
18
 
19
+ ### \_fetchCidContent?
20
+
21
+ (`cid`, `path`?) => `Promise`\<`null` \| `Blob`\>
22
+
19
23
  ## Returns
20
24
 
21
25
  `Promise`\<`any`\>
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **fetchCidContentViaHttp**(`cid`, `path`?): `Observable`\<`null` \| `Blob`\>
6
6
 
7
- Defined in: [utilities.ts:115](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L115)
7
+ Defined in: [utilities.ts:115](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L115)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **fetchContentViaHttp**(`url`): `Observable`\<`null` \| `Blob`\>
6
6
 
7
- Defined in: [utilities.ts:76](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L76)
7
+ Defined in: [utilities.ts:76](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L76)
8
8
 
9
9
  ## Parameters
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **raceSuccess**\<`T`\>(`promises`): `Promise`\<`T`\>
6
6
 
7
- Defined in: [utilities.ts:17](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/utilities.ts#L17)
7
+ Defined in: [utilities.ts:17](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/utilities.ts#L17)
8
8
 
9
9
  Similar to Promise.race() but only resolves with the first successful promise.
10
10
  It will only reject if all promises reject.
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: AppsNavigationConfig
4
4
 
5
- Defined in: [config.ts:3](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L3)
5
+ Defined in: [config.ts:3](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L3)
6
6
 
7
7
  ## Properties
8
8
 
@@ -10,7 +10,7 @@ Defined in: [config.ts:3](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749
10
10
 
11
11
  > `optional` **empty**: `false`
12
12
 
13
- Defined in: [config.ts:9](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L9)
13
+ Defined in: [config.ts:9](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L9)
14
14
 
15
15
  ***
16
16
 
@@ -18,7 +18,7 @@ Defined in: [config.ts:9](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749
18
18
 
19
19
  > `optional` **hidden**: `boolean`
20
20
 
21
- Defined in: [config.ts:10](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L10)
21
+ Defined in: [config.ts:10](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L10)
22
22
 
23
23
  ***
24
24
 
@@ -26,7 +26,7 @@ Defined in: [config.ts:10](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
26
26
 
27
27
  > `optional` **href**: `string`
28
28
 
29
- Defined in: [config.ts:7](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L7)
29
+ Defined in: [config.ts:7](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L7)
30
30
 
31
31
  ***
32
32
 
@@ -34,7 +34,7 @@ Defined in: [config.ts:7](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749
34
34
 
35
35
  > `optional` **icon**: `IconConfig`
36
36
 
37
- Defined in: [config.ts:13](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L13)
37
+ Defined in: [config.ts:13](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L13)
38
38
 
39
39
  ***
40
40
 
@@ -42,7 +42,7 @@ Defined in: [config.ts:13](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
42
42
 
43
43
  > `optional` **id**: `string`
44
44
 
45
- Defined in: [config.ts:11](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L11)
45
+ Defined in: [config.ts:11](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L11)
46
46
 
47
47
  ***
48
48
 
@@ -50,7 +50,7 @@ Defined in: [config.ts:11](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
50
50
 
51
51
  > `optional` **image**: `string`
52
52
 
53
- Defined in: [config.ts:5](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L5)
53
+ Defined in: [config.ts:5](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L5)
54
54
 
55
55
  ***
56
56
 
@@ -58,7 +58,7 @@ Defined in: [config.ts:5](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749
58
58
 
59
59
  > **label**: `string`
60
60
 
61
- Defined in: [config.ts:6](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L6)
61
+ Defined in: [config.ts:6](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L6)
62
62
 
63
63
  ***
64
64
 
@@ -66,7 +66,7 @@ Defined in: [config.ts:6](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749
66
66
 
67
67
  > `optional` **permissions**: `string`[]
68
68
 
69
- Defined in: [config.ts:12](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L12)
69
+ Defined in: [config.ts:12](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L12)
70
70
 
71
71
  ***
72
72
 
@@ -74,7 +74,7 @@ Defined in: [config.ts:12](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
74
74
 
75
75
  > `optional` **routerLink**: `string`[]
76
76
 
77
- Defined in: [config.ts:8](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L8)
77
+ Defined in: [config.ts:8](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L8)
78
78
 
79
79
  ***
80
80
 
@@ -82,4 +82,4 @@ Defined in: [config.ts:8](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749
82
82
 
83
83
  > `optional` **target**: `string`
84
84
 
85
- Defined in: [config.ts:4](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L4)
85
+ Defined in: [config.ts:4](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L4)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: Config
4
4
 
5
- Defined in: [config.ts:43](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L43)
5
+ Defined in: [config.ts:43](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L43)
6
6
 
7
7
  ## Properties
8
8
 
@@ -10,7 +10,7 @@ Defined in: [config.ts:43](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
10
10
 
11
11
  > `optional` **i18n**: [`i18nConfig`](../wiki/Interface.i18nConfig)
12
12
 
13
- Defined in: [config.ts:46](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L46)
13
+ Defined in: [config.ts:46](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L46)
14
14
 
15
15
  ***
16
16
 
@@ -18,7 +18,7 @@ Defined in: [config.ts:46](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
18
18
 
19
19
  > `optional` **logo**: [`LogoConfig`](../wiki/Interface.LogoConfig)
20
20
 
21
- Defined in: [config.ts:45](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L45)
21
+ Defined in: [config.ts:45](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L45)
22
22
 
23
23
  ***
24
24
 
@@ -26,7 +26,7 @@ Defined in: [config.ts:45](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
26
26
 
27
27
  > `optional` **navigation**: [`NavigationConfig`](../wiki/Interface.NavigationConfig)
28
28
 
29
- Defined in: [config.ts:44](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L44)
29
+ Defined in: [config.ts:44](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L44)
30
30
 
31
31
  ***
32
32
 
@@ -34,4 +34,4 @@ Defined in: [config.ts:44](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
34
34
 
35
35
  > `optional` **oauth2**: [`Oauth2Config`](../wiki/Interface.Oauth2Config)
36
36
 
37
- Defined in: [config.ts:47](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L47)
37
+ Defined in: [config.ts:47](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L47)
@@ -2,15 +2,37 @@
2
2
 
3
3
  # Interface: ConfigLoadOptions
4
4
 
5
- Defined in: [config.service.ts:24](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L24)
5
+ Defined in: [config.service.ts:24](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L24)
6
6
 
7
7
  ## Properties
8
8
 
9
+ ### fetchCidContent()?
10
+
11
+ > `optional` **fetchCidContent**: (`cid`, `path`?) => `Promise`\<`null` \| `Blob`\>
12
+
13
+ Defined in: [config.service.ts:43](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L43)
14
+
15
+ #### Parameters
16
+
17
+ ##### cid
18
+
19
+ `string`
20
+
21
+ ##### path?
22
+
23
+ `string`
24
+
25
+ #### Returns
26
+
27
+ `Promise`\<`null` \| `Blob`\>
28
+
29
+ ***
30
+
9
31
  ### fromCid?
10
32
 
11
33
  > `optional` **fromCid**: `string`
12
34
 
13
- Defined in: [config.service.ts:42](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L42)
35
+ Defined in: [config.service.ts:42](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L42)
14
36
 
15
37
  Load additional configuration directly from the given Content Identifier (CID).
16
38
  This takes precedence over `fromDns` if both are provided.
@@ -21,7 +43,7 @@ This takes precedence over `fromDns` if both are provided.
21
43
 
22
44
  > `optional` **fromDns**: `string` \| `boolean`
23
45
 
24
- Defined in: [config.service.ts:37](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L37)
46
+ Defined in: [config.service.ts:37](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L37)
25
47
 
26
48
  Load additional configuration based on a CID found in a DNS TXT record.
27
49
  If true, uses `location.hostname`. If a string, uses that domain.
@@ -32,7 +54,7 @@ If true, uses `location.hostname`. If a string, uses that domain.
32
54
 
33
55
  > `optional` **fromLocalStorage**: `boolean`
34
56
 
35
- Defined in: [config.service.ts:26](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L26)
57
+ Defined in: [config.service.ts:26](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L26)
36
58
 
37
59
  ***
38
60
 
@@ -40,7 +62,7 @@ Defined in: [config.service.ts:26](https://gitlab.com/rxap/packages/-/blob/7e5d9
40
62
 
41
63
  > `optional` **fromUrlParam**: `string` \| `boolean`
42
64
 
43
- Defined in: [config.service.ts:25](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L25)
65
+ Defined in: [config.service.ts:25](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L25)
44
66
 
45
67
  ***
46
68
 
@@ -48,7 +70,7 @@ Defined in: [config.service.ts:25](https://gitlab.com/rxap/packages/-/blob/7e5d9
48
70
 
49
71
  > `optional` **schema**: [`AnySchema`](../wiki/TypeAlias.AnySchema)
50
72
 
51
- Defined in: [config.service.ts:27](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L27)
73
+ Defined in: [config.service.ts:27](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L27)
52
74
 
53
75
  ***
54
76
 
@@ -56,7 +78,7 @@ Defined in: [config.service.ts:27](https://gitlab.com/rxap/packages/-/blob/7e5d9
56
78
 
57
79
  > `optional` **static**: `Record`\<`string`, `any`\>
58
80
 
59
- Defined in: [config.service.ts:32](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L32)
81
+ Defined in: [config.service.ts:32](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L32)
60
82
 
61
83
  static config values
62
84
 
@@ -66,4 +88,4 @@ static config values
66
88
 
67
89
  > `optional` **url**: `string` \| `string`[] \| (`environment`) => `string` \| `string`[]
68
90
 
69
- Defined in: [config.service.ts:28](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.service.ts#L28)
91
+ Defined in: [config.service.ts:28](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.service.ts#L28)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Interface: LogoConfig
4
4
 
5
- Defined in: [config.ts:16](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L16)
5
+ Defined in: [config.ts:16](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L16)
6
6
 
7
7
  ## Properties
8
8
 
@@ -10,7 +10,7 @@ Defined in: [config.ts:16](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
10
10
 
11
11
  > `optional` **height**: `number`
12
12
 
13
- Defined in: [config.ts:19](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L19)
13
+ Defined in: [config.ts:19](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L19)
14
14
 
15
15
  ***
16
16
 
@@ -18,7 +18,7 @@ Defined in: [config.ts:19](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
18
18
 
19
19
  > `optional` **src**: `string`
20
20
 
21
- Defined in: [config.ts:17](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L17)
21
+ Defined in: [config.ts:17](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L17)
22
22
 
23
23
  ***
24
24
 
@@ -26,4 +26,4 @@ Defined in: [config.ts:17](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f74
26
26
 
27
27
  > `optional` **width**: `number`
28
28
 
29
- Defined in: [config.ts:18](https://gitlab.com/rxap/packages/-/blob/7e5d9a3f09f749c15aa48724a382fa2fd5c6f666/packages/angular/config/src/lib/config.ts#L18)
29
+ Defined in: [config.ts:18](https://gitlab.com/rxap/packages/-/blob/fe1cec1fa76d9350f55a949099728bac20728885/packages/angular/config/src/lib/config.ts#L18)