@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
@@ -20,25 +20,25 @@
20
20
  "flags": {},
21
21
  "sources": [
22
22
  {
23
- "fileName": "lib/config-loader.service.ts",
23
+ "fileName": "config-loader.service.ts",
24
24
  "line": 21,
25
25
  "character": 2,
26
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L21"
26
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L21"
27
27
  }
28
28
  ],
29
29
  "signatures": [
30
30
  {
31
31
  "id": 3,
32
- "name": "new ConfigLoaderService",
32
+ "name": "ConfigLoaderService",
33
33
  "variant": "signature",
34
34
  "kind": 16384,
35
35
  "flags": {},
36
36
  "sources": [
37
37
  {
38
- "fileName": "lib/config-loader.service.ts",
38
+ "fileName": "config-loader.service.ts",
39
39
  "line": 21,
40
40
  "character": 2,
41
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L21"
41
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L21"
42
42
  }
43
43
  ],
44
44
  "parameters": [
@@ -79,10 +79,10 @@
79
79
  },
80
80
  "sources": [
81
81
  {
82
- "fileName": "lib/config-loader.service.ts",
82
+ "fileName": "config-loader.service.ts",
83
83
  "line": 19,
84
84
  "character": 18,
85
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L19"
85
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L19"
86
86
  }
87
87
  ],
88
88
  "type": {
@@ -128,10 +128,10 @@
128
128
  },
129
129
  "sources": [
130
130
  {
131
- "fileName": "lib/config-loader.service.ts",
131
+ "fileName": "config-loader.service.ts",
132
132
  "line": 17,
133
133
  "character": 18,
134
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L17"
134
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L17"
135
135
  }
136
136
  ],
137
137
  "type": {
@@ -166,10 +166,10 @@
166
166
  },
167
167
  "sources": [
168
168
  {
169
- "fileName": "lib/config-loader.service.ts",
169
+ "fileName": "config-loader.service.ts",
170
170
  "line": 23,
171
171
  "character": 20,
172
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L23"
172
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L23"
173
173
  }
174
174
  ],
175
175
  "type": {
@@ -192,10 +192,10 @@
192
192
  },
193
193
  "sources": [
194
194
  {
195
- "fileName": "lib/config-loader.service.ts",
195
+ "fileName": "config-loader.service.ts",
196
196
  "line": 27,
197
197
  "character": 15,
198
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L27"
198
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L27"
199
199
  }
200
200
  ],
201
201
  "signatures": [
@@ -207,13 +207,13 @@
207
207
  "flags": {},
208
208
  "sources": [
209
209
  {
210
- "fileName": "lib/config-loader.service.ts",
210
+ "fileName": "config-loader.service.ts",
211
211
  "line": 27,
212
212
  "character": 15,
213
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L27"
213
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L27"
214
214
  }
215
215
  ],
216
- "typeParameter": [
216
+ "typeParameters": [
217
217
  {
218
218
  "id": 10,
219
219
  "name": "T",
@@ -285,10 +285,10 @@
285
285
  ],
286
286
  "sources": [
287
287
  {
288
- "fileName": "lib/config-loader.service.ts",
288
+ "fileName": "config-loader.service.ts",
289
289
  "line": 16,
290
290
  "character": 13,
291
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-loader.service.ts#L16"
291
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-loader.service.ts#L16"
292
292
  }
293
293
  ]
294
294
  },
@@ -307,28 +307,28 @@
307
307
  "flags": {},
308
308
  "sources": [
309
309
  {
310
- "fileName": "lib/config.service.ts",
310
+ "fileName": "config.service.ts",
311
311
  "line": 63,
312
312
  "character": 2,
313
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L63"
313
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L63"
314
314
  }
315
315
  ],
316
316
  "signatures": [
317
317
  {
318
318
  "id": 103,
319
- "name": "new ConfigService",
319
+ "name": "ConfigService",
320
320
  "variant": "signature",
321
321
  "kind": 16384,
322
322
  "flags": {},
323
323
  "sources": [
324
324
  {
325
- "fileName": "lib/config.service.ts",
325
+ "fileName": "config.service.ts",
326
326
  "line": 63,
327
327
  "character": 2,
328
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L63"
328
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L63"
329
329
  }
330
330
  ],
331
- "typeParameter": [
331
+ "typeParameters": [
332
332
  {
333
333
  "id": 104,
334
334
  "name": "Config",
@@ -419,10 +419,10 @@
419
419
  },
420
420
  "sources": [
421
421
  {
422
- "fileName": "lib/config.service.ts",
422
+ "fileName": "config.service.ts",
423
423
  "line": 61,
424
424
  "character": 18,
425
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L61"
425
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L61"
426
426
  }
427
427
  ],
428
428
  "type": {
@@ -445,10 +445,10 @@
445
445
  },
446
446
  "sources": [
447
447
  {
448
- "fileName": "lib/config.service.ts",
448
+ "fileName": "config.service.ts",
449
449
  "line": 40,
450
450
  "character": 16,
451
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L40"
451
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L40"
452
452
  }
453
453
  ],
454
454
  "type": {
@@ -476,10 +476,10 @@
476
476
  },
477
477
  "sources": [
478
478
  {
479
- "fileName": "lib/config.service.ts",
479
+ "fileName": "config.service.ts",
480
480
  "line": 47,
481
481
  "character": 16,
482
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L47"
482
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L47"
483
483
  }
484
484
  ],
485
485
  "type": {
@@ -499,10 +499,10 @@
499
499
  },
500
500
  "sources": [
501
501
  {
502
- "fileName": "lib/config.service.ts",
502
+ "fileName": "config.service.ts",
503
503
  "line": 55,
504
504
  "character": 16,
505
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L55"
505
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L55"
506
506
  }
507
507
  ],
508
508
  "type": {
@@ -511,77 +511,6 @@
511
511
  },
512
512
  "defaultValue": "'rxap/config/local-config'"
513
513
  },
514
- {
515
- "id": 63,
516
- "name": "Overwrites",
517
- "variant": "declaration",
518
- "kind": 1024,
519
- "flags": {
520
- "isPublic": true,
521
- "isStatic": true
522
- },
523
- "comment": {
524
- "summary": [
525
- {
526
- "kind": "text",
527
- "text": "Any value definition in the Overwrites object will overwrite any\nvalue form the Defaults values or dynamic config files"
528
- }
529
- ]
530
- },
531
- "sources": [
532
- {
533
- "fileName": "lib/config.service.ts",
534
- "line": 53,
535
- "character": 16,
536
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L53"
537
- }
538
- ],
539
- "type": {
540
- "type": "intrinsic",
541
- "name": "any"
542
- },
543
- "defaultValue": "{}"
544
- },
545
- {
546
- "id": 65,
547
- "name": "Urls",
548
- "variant": "declaration",
549
- "kind": 1024,
550
- "flags": {
551
- "isPublic": true,
552
- "isStatic": true
553
- },
554
- "comment": {
555
- "summary": [],
556
- "blockTags": [
557
- {
558
- "tag": "@deprecated",
559
- "content": [
560
- {
561
- "kind": "text",
562
- "text": "instead use the url property of the ConfigLoadOptions"
563
- }
564
- ]
565
- }
566
- ]
567
- },
568
- "sources": [
569
- {
570
- "fileName": "lib/config.service.ts",
571
- "line": 60,
572
- "character": 16,
573
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L60"
574
- }
575
- ],
576
- "type": {
577
- "type": "array",
578
- "elementType": {
579
- "type": "intrinsic",
580
- "name": "never"
581
- }
582
- },
583
- "defaultValue": "[]"
584
- },
585
514
  {
586
515
  "id": 51,
587
516
  "name": "onError",
@@ -593,10 +522,10 @@
593
522
  },
594
523
  "sources": [
595
524
  {
596
- "fileName": "lib/config.service.ts",
525
+ "fileName": "config.service.ts",
597
526
  "line": 34,
598
527
  "character": 16,
599
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L34"
528
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L34"
600
529
  }
601
530
  ],
602
531
  "type": {
@@ -627,10 +556,10 @@
627
556
  },
628
557
  "sources": [
629
558
  {
630
- "fileName": "lib/config.service.ts",
559
+ "fileName": "config.service.ts",
631
560
  "line": 37,
632
561
  "character": 16,
633
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L37"
562
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L37"
634
563
  }
635
564
  ],
636
565
  "type": {
@@ -645,10 +574,10 @@
645
574
  "flags": {},
646
575
  "sources": [
647
576
  {
648
- "fileName": "lib/config.service.ts",
577
+ "fileName": "config.service.ts",
649
578
  "line": 37,
650
579
  "character": 34,
651
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L37"
580
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L37"
652
581
  }
653
582
  ],
654
583
  "signatures": [
@@ -660,10 +589,10 @@
660
589
  "flags": {},
661
590
  "sources": [
662
591
  {
663
- "fileName": "lib/config.service.ts",
592
+ "fileName": "config.service.ts",
664
593
  "line": 37,
665
594
  "character": 34,
666
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L37"
595
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L37"
667
596
  }
668
597
  ],
669
598
  "parameters": [
@@ -701,10 +630,10 @@
701
630
  },
702
631
  "sources": [
703
632
  {
704
- "fileName": "lib/config.service.ts",
633
+ "fileName": "config.service.ts",
705
634
  "line": 35,
706
635
  "character": 16,
707
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L35"
636
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L35"
708
637
  }
709
638
  ],
710
639
  "type": {
@@ -740,10 +669,10 @@
740
669
  },
741
670
  "sources": [
742
671
  {
743
- "fileName": "lib/config.service.ts",
672
+ "fileName": "config.service.ts",
744
673
  "line": 38,
745
674
  "character": 16,
746
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L38"
675
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L38"
747
676
  }
748
677
  ],
749
678
  "type": {
@@ -758,10 +687,10 @@
758
687
  "flags": {},
759
688
  "sources": [
760
689
  {
761
- "fileName": "lib/config.service.ts",
690
+ "fileName": "config.service.ts",
762
691
  "line": 38,
763
692
  "character": 41,
764
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L38"
693
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L38"
765
694
  }
766
695
  ],
767
696
  "signatures": [
@@ -773,10 +702,10 @@
773
702
  "flags": {},
774
703
  "sources": [
775
704
  {
776
- "fileName": "lib/config.service.ts",
705
+ "fileName": "config.service.ts",
777
706
  "line": 38,
778
707
  "character": 41,
779
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L38"
708
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L38"
780
709
  }
781
710
  ],
782
711
  "parameters": [
@@ -808,6 +737,77 @@
808
737
  },
809
738
  "defaultValue": "[]"
810
739
  },
740
+ {
741
+ "id": 63,
742
+ "name": "Overwrites",
743
+ "variant": "declaration",
744
+ "kind": 1024,
745
+ "flags": {
746
+ "isPublic": true,
747
+ "isStatic": true
748
+ },
749
+ "comment": {
750
+ "summary": [
751
+ {
752
+ "kind": "text",
753
+ "text": "Any value definition in the Overwrites object will overwrite any\nvalue form the Defaults values or dynamic config files"
754
+ }
755
+ ]
756
+ },
757
+ "sources": [
758
+ {
759
+ "fileName": "config.service.ts",
760
+ "line": 53,
761
+ "character": 16,
762
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L53"
763
+ }
764
+ ],
765
+ "type": {
766
+ "type": "intrinsic",
767
+ "name": "any"
768
+ },
769
+ "defaultValue": "{}"
770
+ },
771
+ {
772
+ "id": 65,
773
+ "name": "Urls",
774
+ "variant": "declaration",
775
+ "kind": 1024,
776
+ "flags": {
777
+ "isPublic": true,
778
+ "isStatic": true
779
+ },
780
+ "comment": {
781
+ "summary": [],
782
+ "blockTags": [
783
+ {
784
+ "tag": "@deprecated",
785
+ "content": [
786
+ {
787
+ "kind": "text",
788
+ "text": "instead use the url property of the ConfigLoadOptions"
789
+ }
790
+ ]
791
+ }
792
+ ]
793
+ },
794
+ "sources": [
795
+ {
796
+ "fileName": "config.service.ts",
797
+ "line": 60,
798
+ "character": 16,
799
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L60"
800
+ }
801
+ ],
802
+ "type": {
803
+ "type": "array",
804
+ "elementType": {
805
+ "type": "intrinsic",
806
+ "name": "never"
807
+ }
808
+ },
809
+ "defaultValue": "[]"
810
+ },
811
811
  {
812
812
  "id": 110,
813
813
  "name": "clearLocalConfig",
@@ -818,10 +818,10 @@
818
818
  },
819
819
  "sources": [
820
820
  {
821
- "fileName": "lib/config.service.ts",
821
+ "fileName": "config.service.ts",
822
822
  "line": 346,
823
823
  "character": 9,
824
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L346"
824
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L346"
825
825
  }
826
826
  ],
827
827
  "signatures": [
@@ -833,10 +833,10 @@
833
833
  "flags": {},
834
834
  "sources": [
835
835
  {
836
- "fileName": "lib/config.service.ts",
836
+ "fileName": "config.service.ts",
837
837
  "line": 346,
838
838
  "character": 9,
839
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L346"
839
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L346"
840
840
  }
841
841
  ],
842
842
  "type": {
@@ -856,22 +856,22 @@
856
856
  },
857
857
  "sources": [
858
858
  {
859
- "fileName": "lib/config.service.ts",
859
+ "fileName": "config.service.ts",
860
860
  "line": 350,
861
861
  "character": 9,
862
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L350"
862
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L350"
863
863
  },
864
864
  {
865
- "fileName": "lib/config.service.ts",
865
+ "fileName": "config.service.ts",
866
866
  "line": 351,
867
867
  "character": 9,
868
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L351"
868
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L351"
869
869
  },
870
870
  {
871
- "fileName": "lib/config.service.ts",
871
+ "fileName": "config.service.ts",
872
872
  "line": 352,
873
873
  "character": 9,
874
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L352"
874
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L352"
875
875
  }
876
876
  ],
877
877
  "signatures": [
@@ -883,13 +883,13 @@
883
883
  "flags": {},
884
884
  "sources": [
885
885
  {
886
- "fileName": "lib/config.service.ts",
886
+ "fileName": "config.service.ts",
887
887
  "line": 350,
888
888
  "character": 9,
889
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L350"
889
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L350"
890
890
  }
891
891
  ],
892
- "typeParameter": [
892
+ "typeParameters": [
893
893
  {
894
894
  "id": 114,
895
895
  "name": "T",
@@ -940,13 +940,13 @@
940
940
  "flags": {},
941
941
  "sources": [
942
942
  {
943
- "fileName": "lib/config.service.ts",
943
+ "fileName": "config.service.ts",
944
944
  "line": 351,
945
945
  "character": 9,
946
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L351"
946
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L351"
947
947
  }
948
948
  ],
949
- "typeParameter": [
949
+ "typeParameters": [
950
950
  {
951
951
  "id": 117,
952
952
  "name": "T",
@@ -1014,22 +1014,22 @@
1014
1014
  },
1015
1015
  "sources": [
1016
1016
  {
1017
- "fileName": "lib/config.service.ts",
1017
+ "fileName": "config.service.ts",
1018
1018
  "line": 356,
1019
1019
  "character": 9,
1020
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L356"
1020
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L356"
1021
1021
  },
1022
1022
  {
1023
- "fileName": "lib/config.service.ts",
1023
+ "fileName": "config.service.ts",
1024
1024
  "line": 357,
1025
1025
  "character": 9,
1026
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L357"
1026
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L357"
1027
1027
  },
1028
1028
  {
1029
- "fileName": "lib/config.service.ts",
1029
+ "fileName": "config.service.ts",
1030
1030
  "line": 358,
1031
1031
  "character": 9,
1032
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L358"
1032
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L358"
1033
1033
  }
1034
1034
  ],
1035
1035
  "signatures": [
@@ -1041,13 +1041,13 @@
1041
1041
  "flags": {},
1042
1042
  "sources": [
1043
1043
  {
1044
- "fileName": "lib/config.service.ts",
1044
+ "fileName": "config.service.ts",
1045
1045
  "line": 356,
1046
1046
  "character": 9,
1047
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L356"
1047
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L356"
1048
1048
  }
1049
1049
  ],
1050
- "typeParameter": [
1050
+ "typeParameters": [
1051
1051
  {
1052
1052
  "id": 122,
1053
1053
  "name": "T",
@@ -1089,13 +1089,13 @@
1089
1089
  "flags": {},
1090
1090
  "sources": [
1091
1091
  {
1092
- "fileName": "lib/config.service.ts",
1092
+ "fileName": "config.service.ts",
1093
1093
  "line": 357,
1094
1094
  "character": 9,
1095
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L357"
1095
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L357"
1096
1096
  }
1097
1097
  ],
1098
- "typeParameter": [
1098
+ "typeParameters": [
1099
1099
  {
1100
1100
  "id": 125,
1101
1101
  "name": "T",
@@ -1163,10 +1163,10 @@
1163
1163
  },
1164
1164
  "sources": [
1165
1165
  {
1166
- "fileName": "lib/config.service.ts",
1166
+ "fileName": "config.service.ts",
1167
1167
  "line": 342,
1168
1168
  "character": 9,
1169
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L342"
1169
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L342"
1170
1170
  }
1171
1171
  ],
1172
1172
  "signatures": [
@@ -1178,10 +1178,10 @@
1178
1178
  "flags": {},
1179
1179
  "sources": [
1180
1180
  {
1181
- "fileName": "lib/config.service.ts",
1181
+ "fileName": "config.service.ts",
1182
1182
  "line": 342,
1183
1183
  "character": 9,
1184
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L342"
1184
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L342"
1185
1185
  }
1186
1186
  ],
1187
1187
  "parameters": [
@@ -1219,16 +1219,16 @@
1219
1219
  },
1220
1220
  "sources": [
1221
1221
  {
1222
- "fileName": "lib/config.service.ts",
1222
+ "fileName": "config.service.ts",
1223
1223
  "line": 283,
1224
1224
  "character": 16,
1225
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L283"
1225
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L283"
1226
1226
  },
1227
1227
  {
1228
- "fileName": "lib/config.service.ts",
1228
+ "fileName": "config.service.ts",
1229
1229
  "line": 289,
1230
1230
  "character": 16,
1231
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L289"
1231
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L289"
1232
1232
  }
1233
1233
  ],
1234
1234
  "signatures": [
@@ -1240,13 +1240,13 @@
1240
1240
  "flags": {},
1241
1241
  "sources": [
1242
1242
  {
1243
- "fileName": "lib/config.service.ts",
1243
+ "fileName": "config.service.ts",
1244
1244
  "line": 283,
1245
1245
  "character": 16,
1246
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L283"
1246
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L283"
1247
1247
  }
1248
1248
  ],
1249
- "typeParameter": [
1249
+ "typeParameters": [
1250
1250
  {
1251
1251
  "id": 94,
1252
1252
  "name": "T",
@@ -1387,10 +1387,10 @@
1387
1387
  },
1388
1388
  "sources": [
1389
1389
  {
1390
- "fileName": "lib/config.service.ts",
1390
+ "fileName": "config.service.ts",
1391
1391
  "line": 81,
1392
1392
  "character": 22,
1393
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L81"
1393
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L81"
1394
1394
  }
1395
1395
  ],
1396
1396
  "signatures": [
@@ -1410,10 +1410,10 @@
1410
1410
  },
1411
1411
  "sources": [
1412
1412
  {
1413
- "fileName": "lib/config.service.ts",
1413
+ "fileName": "config.service.ts",
1414
1414
  "line": 81,
1415
1415
  "character": 22,
1416
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L81"
1416
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L81"
1417
1417
  }
1418
1418
  ],
1419
1419
  "parameters": [
@@ -1469,333 +1469,53 @@
1469
1469
  }
1470
1470
  ]
1471
1471
  },
1472
- {
1473
- "id": 82,
1474
- "name": "LoadConfigDefaultFromUrlParam",
1475
- "variant": "declaration",
1476
- "kind": 2048,
1477
- "flags": {
1478
- "isPrivate": true,
1479
- "isStatic": true
1480
- },
1481
- "sources": [
1482
- {
1483
- "fileName": "lib/config.service.ts",
1484
- "line": 238,
1485
- "character": 17,
1486
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L238"
1487
- }
1488
- ],
1489
- "signatures": [
1490
- {
1491
- "id": 83,
1492
- "name": "LoadConfigDefaultFromUrlParam",
1493
- "variant": "signature",
1494
- "kind": 4096,
1495
- "flags": {},
1496
- "sources": [
1497
- {
1498
- "fileName": "lib/config.service.ts",
1499
- "line": 238,
1500
- "character": 17,
1501
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L238"
1502
- }
1503
- ],
1504
- "parameters": [
1505
- {
1506
- "id": 84,
1507
- "name": "param",
1508
- "variant": "param",
1509
- "kind": 32768,
1510
- "flags": {},
1511
- "type": {
1512
- "type": "intrinsic",
1513
- "name": "string"
1514
- },
1515
- "defaultValue": "'config'"
1516
- }
1517
- ],
1518
- "type": {
1519
- "type": "reflection",
1520
- "declaration": {
1521
- "id": 85,
1522
- "name": "__type",
1523
- "variant": "declaration",
1524
- "kind": 65536,
1525
- "flags": {},
1526
- "sources": [
1527
- {
1528
- "fileName": "lib/config.service.ts",
1529
- "line": 243,
1530
- "character": 29,
1531
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L243"
1532
- }
1533
- ]
1534
- }
1535
- }
1536
- }
1537
- ]
1538
- },
1539
1472
  {
1540
1473
  "id": 86,
1541
- "name": "SideLoad",
1542
- "variant": "declaration",
1543
- "kind": 2048,
1544
- "flags": {
1545
- "isPublic": true,
1546
- "isStatic": true
1547
- },
1548
- "sources": [
1549
- {
1550
- "fileName": "lib/config.service.ts",
1551
- "line": 264,
1552
- "character": 22,
1553
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L264"
1554
- }
1555
- ],
1556
- "signatures": [
1557
- {
1558
- "id": 87,
1559
- "name": "SideLoad",
1560
- "variant": "signature",
1561
- "kind": 4096,
1562
- "flags": {},
1563
- "sources": [
1564
- {
1565
- "fileName": "lib/config.service.ts",
1566
- "line": 264,
1567
- "character": 22,
1568
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L264"
1569
- }
1570
- ],
1571
- "parameters": [
1572
- {
1573
- "id": 88,
1574
- "name": "url",
1575
- "variant": "param",
1576
- "kind": 32768,
1577
- "flags": {},
1578
- "type": {
1579
- "type": "intrinsic",
1580
- "name": "string"
1581
- }
1582
- },
1583
- {
1584
- "id": 89,
1585
- "name": "propertyPath",
1586
- "variant": "param",
1587
- "kind": 32768,
1588
- "flags": {},
1589
- "type": {
1590
- "type": "intrinsic",
1591
- "name": "string"
1592
- }
1593
- },
1594
- {
1595
- "id": 90,
1596
- "name": "required",
1597
- "variant": "param",
1598
- "kind": 32768,
1599
- "flags": {
1600
- "isOptional": true
1601
- },
1602
- "type": {
1603
- "type": "intrinsic",
1604
- "name": "boolean"
1605
- }
1606
- },
1607
- {
1608
- "id": 91,
1609
- "name": "schema",
1610
- "variant": "param",
1611
- "kind": 32768,
1612
- "flags": {
1613
- "isOptional": true
1614
- },
1615
- "type": {
1616
- "type": "reference",
1617
- "target": 35,
1618
- "name": "AnySchema",
1619
- "package": "@rxap/config"
1620
- }
1621
- }
1622
- ],
1623
- "type": {
1624
- "type": "reference",
1625
- "target": {
1626
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1627
- "qualifiedName": "Promise"
1628
- },
1629
- "typeArguments": [
1630
- {
1631
- "type": "intrinsic",
1632
- "name": "void"
1633
- }
1634
- ],
1635
- "name": "Promise",
1636
- "package": "typescript"
1637
- }
1638
- }
1639
- ]
1640
- },
1641
- {
1642
- "id": 70,
1643
- "name": "handleError",
1644
- "variant": "declaration",
1645
- "kind": 2048,
1646
- "flags": {
1647
- "isPrivate": true,
1648
- "isStatic": true
1649
- },
1650
- "sources": [
1651
- {
1652
- "fileName": "lib/config.service.ts",
1653
- "line": 140,
1654
- "character": 17,
1655
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L140"
1656
- }
1657
- ],
1658
- "signatures": [
1659
- {
1660
- "id": 71,
1661
- "name": "handleError",
1662
- "variant": "signature",
1663
- "kind": 4096,
1664
- "flags": {},
1665
- "sources": [
1666
- {
1667
- "fileName": "lib/config.service.ts",
1668
- "line": 140,
1669
- "character": 17,
1670
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L140"
1671
- }
1672
- ],
1673
- "parameters": [
1674
- {
1675
- "id": 72,
1676
- "name": "error",
1677
- "variant": "param",
1678
- "kind": 32768,
1679
- "flags": {},
1680
- "type": {
1681
- "type": "intrinsic",
1682
- "name": "any"
1683
- }
1684
- }
1685
- ],
1686
- "type": {
1687
- "type": "intrinsic",
1688
- "name": "void"
1689
- }
1690
- }
1691
- ]
1692
- },
1693
- {
1694
- "id": 73,
1695
- "name": "handleRequestError",
1696
- "variant": "declaration",
1697
- "kind": 2048,
1698
- "flags": {
1699
- "isPrivate": true,
1700
- "isStatic": true
1701
- },
1702
- "sources": [
1703
- {
1704
- "fileName": "lib/config.service.ts",
1705
- "line": 151,
1706
- "character": 17,
1707
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L151"
1708
- }
1709
- ],
1710
- "signatures": [
1711
- {
1712
- "id": 74,
1713
- "name": "handleRequestError",
1714
- "variant": "signature",
1715
- "kind": 4096,
1716
- "flags": {},
1717
- "sources": [
1718
- {
1719
- "fileName": "lib/config.service.ts",
1720
- "line": 151,
1721
- "character": 17,
1722
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L151"
1723
- }
1724
- ],
1725
- "parameters": [
1726
- {
1727
- "id": 75,
1728
- "name": "response",
1729
- "variant": "param",
1730
- "kind": 32768,
1731
- "flags": {},
1732
- "type": {
1733
- "type": "reference",
1734
- "target": {
1735
- "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
1736
- "qualifiedName": "Response"
1737
- },
1738
- "name": "Response",
1739
- "package": "typescript"
1740
- }
1741
- }
1742
- ],
1743
- "type": {
1744
- "type": "intrinsic",
1745
- "name": "void"
1746
- }
1747
- }
1748
- ]
1749
- },
1750
- {
1751
- "id": 76,
1752
- "name": "loadConfig",
1474
+ "name": "SideLoad",
1753
1475
  "variant": "declaration",
1754
1476
  "kind": 2048,
1755
1477
  "flags": {
1756
- "isPrivate": true,
1478
+ "isPublic": true,
1757
1479
  "isStatic": true
1758
1480
  },
1759
1481
  "sources": [
1760
1482
  {
1761
- "fileName": "lib/config.service.ts",
1762
- "line": 162,
1763
- "character": 23,
1764
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L162"
1483
+ "fileName": "config.service.ts",
1484
+ "line": 264,
1485
+ "character": 22,
1486
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L264"
1765
1487
  }
1766
1488
  ],
1767
1489
  "signatures": [
1768
1490
  {
1769
- "id": 77,
1770
- "name": "loadConfig",
1491
+ "id": 87,
1492
+ "name": "SideLoad",
1771
1493
  "variant": "signature",
1772
1494
  "kind": 4096,
1773
1495
  "flags": {},
1774
1496
  "sources": [
1775
1497
  {
1776
- "fileName": "lib/config.service.ts",
1777
- "line": 162,
1778
- "character": 23,
1779
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L162"
1498
+ "fileName": "config.service.ts",
1499
+ "line": 264,
1500
+ "character": 22,
1501
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L264"
1780
1502
  }
1781
1503
  ],
1782
- "typeParameter": [
1504
+ "parameters": [
1783
1505
  {
1784
- "id": 78,
1785
- "name": "T",
1786
- "variant": "typeParam",
1787
- "kind": 131072,
1506
+ "id": 88,
1507
+ "name": "url",
1508
+ "variant": "param",
1509
+ "kind": 32768,
1788
1510
  "flags": {},
1789
- "default": {
1511
+ "type": {
1790
1512
  "type": "intrinsic",
1791
- "name": "any"
1513
+ "name": "string"
1792
1514
  }
1793
- }
1794
- ],
1795
- "parameters": [
1515
+ },
1796
1516
  {
1797
- "id": 79,
1798
- "name": "url",
1517
+ "id": 89,
1518
+ "name": "propertyPath",
1799
1519
  "variant": "param",
1800
1520
  "kind": 32768,
1801
1521
  "flags": {},
@@ -1805,7 +1525,7 @@
1805
1525
  }
1806
1526
  },
1807
1527
  {
1808
- "id": 80,
1528
+ "id": 90,
1809
1529
  "name": "required",
1810
1530
  "variant": "param",
1811
1531
  "kind": 32768,
@@ -1818,7 +1538,7 @@
1818
1538
  }
1819
1539
  },
1820
1540
  {
1821
- "id": 81,
1541
+ "id": 91,
1822
1542
  "name": "schema",
1823
1543
  "variant": "param",
1824
1544
  "kind": 32768,
@@ -1841,20 +1561,8 @@
1841
1561
  },
1842
1562
  "typeArguments": [
1843
1563
  {
1844
- "type": "union",
1845
- "types": [
1846
- {
1847
- "type": "literal",
1848
- "value": null
1849
- },
1850
- {
1851
- "type": "reference",
1852
- "target": 78,
1853
- "name": "T",
1854
- "package": "@rxap/config",
1855
- "refersToTypeParameter": true
1856
- }
1857
- ]
1564
+ "type": "intrinsic",
1565
+ "name": "void"
1858
1566
  }
1859
1567
  ],
1860
1568
  "name": "Promise",
@@ -1862,58 +1570,6 @@
1862
1570
  }
1863
1571
  }
1864
1572
  ]
1865
- },
1866
- {
1867
- "id": 99,
1868
- "name": "showError",
1869
- "variant": "declaration",
1870
- "kind": 2048,
1871
- "flags": {
1872
- "isPrivate": true,
1873
- "isStatic": true
1874
- },
1875
- "sources": [
1876
- {
1877
- "fileName": "lib/config.service.ts",
1878
- "line": 316,
1879
- "character": 17,
1880
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L316"
1881
- }
1882
- ],
1883
- "signatures": [
1884
- {
1885
- "id": 100,
1886
- "name": "showError",
1887
- "variant": "signature",
1888
- "kind": 4096,
1889
- "flags": {},
1890
- "sources": [
1891
- {
1892
- "fileName": "lib/config.service.ts",
1893
- "line": 316,
1894
- "character": 17,
1895
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L316"
1896
- }
1897
- ],
1898
- "parameters": [
1899
- {
1900
- "id": 101,
1901
- "name": "message",
1902
- "variant": "param",
1903
- "kind": 32768,
1904
- "flags": {},
1905
- "type": {
1906
- "type": "intrinsic",
1907
- "name": "string"
1908
- }
1909
- }
1910
- ],
1911
- "type": {
1912
- "type": "intrinsic",
1913
- "name": "void"
1914
- }
1915
- }
1916
- ]
1917
1573
  }
1918
1574
  ],
1919
1575
  "groups": [
@@ -1930,12 +1586,12 @@
1930
1586
  61,
1931
1587
  62,
1932
1588
  64,
1933
- 63,
1934
- 65,
1935
1589
  51,
1936
1590
  53,
1937
1591
  52,
1938
- 57
1592
+ 57,
1593
+ 63,
1594
+ 65
1939
1595
  ]
1940
1596
  },
1941
1597
  {
@@ -1947,21 +1603,16 @@
1947
1603
  107,
1948
1604
  92,
1949
1605
  66,
1950
- 82,
1951
- 86,
1952
- 70,
1953
- 73,
1954
- 76,
1955
- 99
1606
+ 86
1956
1607
  ]
1957
1608
  }
1958
1609
  ],
1959
1610
  "sources": [
1960
1611
  {
1961
- "fileName": "lib/config.service.ts",
1612
+ "fileName": "config.service.ts",
1962
1613
  "line": 32,
1963
1614
  "character": 13,
1964
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L32"
1615
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L32"
1965
1616
  }
1966
1617
  ],
1967
1618
  "typeParameters": [
@@ -2035,7 +1686,7 @@
2035
1686
  "signatures": [
2036
1687
  {
2037
1688
  "id": 14,
2038
- "name": "new ConfigTestingService",
1689
+ "name": "ConfigTestingService",
2039
1690
  "variant": "signature",
2040
1691
  "kind": 16384,
2041
1692
  "flags": {},
@@ -2063,10 +1714,10 @@
2063
1714
  },
2064
1715
  "sources": [
2065
1716
  {
2066
- "fileName": "lib/config-testing-service.ts",
1717
+ "fileName": "config-testing-service.ts",
2067
1718
  "line": 10,
2068
1719
  "character": 11,
2069
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L10"
1720
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L10"
2070
1721
  }
2071
1722
  ],
2072
1723
  "type": {
@@ -2103,10 +1754,10 @@
2103
1754
  "flags": {},
2104
1755
  "sources": [
2105
1756
  {
2106
- "fileName": "lib/config-testing-service.ts",
1757
+ "fileName": "config-testing-service.ts",
2107
1758
  "line": 13,
2108
1759
  "character": 2,
2109
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L13"
1760
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L13"
2110
1761
  }
2111
1762
  ],
2112
1763
  "signatures": [
@@ -2118,10 +1769,10 @@
2118
1769
  "flags": {},
2119
1770
  "sources": [
2120
1771
  {
2121
- "fileName": "lib/config-testing-service.ts",
1772
+ "fileName": "config-testing-service.ts",
2122
1773
  "line": 13,
2123
1774
  "character": 2,
2124
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L13"
1775
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L13"
2125
1776
  }
2126
1777
  ],
2127
1778
  "type": {
@@ -2149,10 +1800,10 @@
2149
1800
  "flags": {},
2150
1801
  "sources": [
2151
1802
  {
2152
- "fileName": "lib/config-testing-service.ts",
1803
+ "fileName": "config-testing-service.ts",
2153
1804
  "line": 20,
2154
1805
  "character": 2,
2155
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L20"
1806
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L20"
2156
1807
  }
2157
1808
  ],
2158
1809
  "signatures": [
@@ -2164,13 +1815,13 @@
2164
1815
  "flags": {},
2165
1816
  "sources": [
2166
1817
  {
2167
- "fileName": "lib/config-testing-service.ts",
1818
+ "fileName": "config-testing-service.ts",
2168
1819
  "line": 20,
2169
1820
  "character": 2,
2170
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L20"
1821
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L20"
2171
1822
  }
2172
1823
  ],
2173
- "typeParameter": [
1824
+ "typeParameters": [
2174
1825
  {
2175
1826
  "id": 25,
2176
1827
  "name": "T",
@@ -2245,10 +1896,10 @@
2245
1896
  "flags": {},
2246
1897
  "sources": [
2247
1898
  {
2248
- "fileName": "lib/config-testing-service.ts",
1899
+ "fileName": "config-testing-service.ts",
2249
1900
  "line": 24,
2250
1901
  "character": 2,
2251
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L24"
1902
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L24"
2252
1903
  }
2253
1904
  ],
2254
1905
  "signatures": [
@@ -2260,13 +1911,13 @@
2260
1911
  "flags": {},
2261
1912
  "sources": [
2262
1913
  {
2263
- "fileName": "lib/config-testing-service.ts",
1914
+ "fileName": "config-testing-service.ts",
2264
1915
  "line": 24,
2265
1916
  "character": 2,
2266
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L24"
1917
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L24"
2267
1918
  }
2268
1919
  ],
2269
- "typeParameter": [
1920
+ "typeParameters": [
2270
1921
  {
2271
1922
  "id": 30,
2272
1923
  "name": "T",
@@ -2316,10 +1967,10 @@
2316
1967
  "flags": {},
2317
1968
  "sources": [
2318
1969
  {
2319
- "fileName": "lib/config-testing-service.ts",
1970
+ "fileName": "config-testing-service.ts",
2320
1971
  "line": 16,
2321
1972
  "character": 2,
2322
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L16"
1973
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L16"
2323
1974
  }
2324
1975
  ],
2325
1976
  "signatures": [
@@ -2331,13 +1982,13 @@
2331
1982
  "flags": {},
2332
1983
  "sources": [
2333
1984
  {
2334
- "fileName": "lib/config-testing-service.ts",
1985
+ "fileName": "config-testing-service.ts",
2335
1986
  "line": 16,
2336
1987
  "character": 2,
2337
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L16"
1988
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L16"
2338
1989
  }
2339
1990
  ],
2340
- "typeParameter": [
1991
+ "typeParameters": [
2341
1992
  {
2342
1993
  "id": 20,
2343
1994
  "name": "T",
@@ -2388,10 +2039,10 @@
2388
2039
  "flags": {},
2389
2040
  "sources": [
2390
2041
  {
2391
- "fileName": "lib/config-testing-service.ts",
2042
+ "fileName": "config-testing-service.ts",
2392
2043
  "line": 33,
2393
2044
  "character": 2,
2394
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L33"
2045
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L33"
2395
2046
  }
2396
2047
  ],
2397
2048
  "signatures": [
@@ -2403,10 +2054,10 @@
2403
2054
  "flags": {},
2404
2055
  "sources": [
2405
2056
  {
2406
- "fileName": "lib/config-testing-service.ts",
2057
+ "fileName": "config-testing-service.ts",
2407
2058
  "line": 33,
2408
2059
  "character": 2,
2409
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L33"
2060
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L33"
2410
2061
  }
2411
2062
  ],
2412
2063
  "parameters": [
@@ -2481,10 +2132,10 @@
2481
2132
  ],
2482
2133
  "sources": [
2483
2134
  {
2484
- "fileName": "lib/config-testing-service.ts",
2135
+ "fileName": "config-testing-service.ts",
2485
2136
  "line": 9,
2486
2137
  "character": 13,
2487
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config-testing-service.ts#L9"
2138
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config-testing-service.ts#L9"
2488
2139
  }
2489
2140
  ],
2490
2141
  "implementedTypes": [
@@ -2513,10 +2164,10 @@
2513
2164
  },
2514
2165
  "sources": [
2515
2166
  {
2516
- "fileName": "lib/config.ts",
2167
+ "fileName": "config.ts",
2517
2168
  "line": 9,
2518
2169
  "character": 2,
2519
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L9"
2170
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L9"
2520
2171
  }
2521
2172
  ],
2522
2173
  "type": {
@@ -2534,10 +2185,10 @@
2534
2185
  },
2535
2186
  "sources": [
2536
2187
  {
2537
- "fileName": "lib/config.ts",
2188
+ "fileName": "config.ts",
2538
2189
  "line": 10,
2539
2190
  "character": 2,
2540
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L10"
2191
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L10"
2541
2192
  }
2542
2193
  ],
2543
2194
  "type": {
@@ -2555,10 +2206,10 @@
2555
2206
  },
2556
2207
  "sources": [
2557
2208
  {
2558
- "fileName": "lib/config.ts",
2209
+ "fileName": "config.ts",
2559
2210
  "line": 7,
2560
2211
  "character": 2,
2561
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L7"
2212
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L7"
2562
2213
  }
2563
2214
  ],
2564
2215
  "type": {
@@ -2576,10 +2227,10 @@
2576
2227
  },
2577
2228
  "sources": [
2578
2229
  {
2579
- "fileName": "lib/config.ts",
2230
+ "fileName": "config.ts",
2580
2231
  "line": 13,
2581
2232
  "character": 2,
2582
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L13"
2233
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L13"
2583
2234
  }
2584
2235
  ],
2585
2236
  "type": {
@@ -2602,10 +2253,10 @@
2602
2253
  },
2603
2254
  "sources": [
2604
2255
  {
2605
- "fileName": "lib/config.ts",
2256
+ "fileName": "config.ts",
2606
2257
  "line": 11,
2607
2258
  "character": 2,
2608
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L11"
2259
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L11"
2609
2260
  }
2610
2261
  ],
2611
2262
  "type": {
@@ -2623,10 +2274,10 @@
2623
2274
  },
2624
2275
  "sources": [
2625
2276
  {
2626
- "fileName": "lib/config.ts",
2277
+ "fileName": "config.ts",
2627
2278
  "line": 5,
2628
2279
  "character": 2,
2629
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L5"
2280
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L5"
2630
2281
  }
2631
2282
  ],
2632
2283
  "type": {
@@ -2642,10 +2293,10 @@
2642
2293
  "flags": {},
2643
2294
  "sources": [
2644
2295
  {
2645
- "fileName": "lib/config.ts",
2296
+ "fileName": "config.ts",
2646
2297
  "line": 6,
2647
2298
  "character": 2,
2648
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L6"
2299
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L6"
2649
2300
  }
2650
2301
  ],
2651
2302
  "type": {
@@ -2663,10 +2314,10 @@
2663
2314
  },
2664
2315
  "sources": [
2665
2316
  {
2666
- "fileName": "lib/config.ts",
2317
+ "fileName": "config.ts",
2667
2318
  "line": 12,
2668
2319
  "character": 2,
2669
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L12"
2320
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L12"
2670
2321
  }
2671
2322
  ],
2672
2323
  "type": {
@@ -2687,10 +2338,10 @@
2687
2338
  },
2688
2339
  "sources": [
2689
2340
  {
2690
- "fileName": "lib/config.ts",
2341
+ "fileName": "config.ts",
2691
2342
  "line": 8,
2692
2343
  "character": 2,
2693
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L8"
2344
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L8"
2694
2345
  }
2695
2346
  ],
2696
2347
  "type": {
@@ -2711,10 +2362,10 @@
2711
2362
  },
2712
2363
  "sources": [
2713
2364
  {
2714
- "fileName": "lib/config.ts",
2365
+ "fileName": "config.ts",
2715
2366
  "line": 4,
2716
2367
  "character": 2,
2717
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L4"
2368
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L4"
2718
2369
  }
2719
2370
  ],
2720
2371
  "type": {
@@ -2742,10 +2393,10 @@
2742
2393
  ],
2743
2394
  "sources": [
2744
2395
  {
2745
- "fileName": "lib/config.ts",
2396
+ "fileName": "config.ts",
2746
2397
  "line": 3,
2747
2398
  "character": 17,
2748
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L3"
2399
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L3"
2749
2400
  }
2750
2401
  ]
2751
2402
  },
@@ -2766,10 +2417,10 @@
2766
2417
  },
2767
2418
  "sources": [
2768
2419
  {
2769
- "fileName": "lib/config.ts",
2420
+ "fileName": "config.ts",
2770
2421
  "line": 45,
2771
2422
  "character": 2,
2772
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L45"
2423
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L45"
2773
2424
  }
2774
2425
  ],
2775
2426
  "type": {
@@ -2789,10 +2440,10 @@
2789
2440
  },
2790
2441
  "sources": [
2791
2442
  {
2792
- "fileName": "lib/config.ts",
2443
+ "fileName": "config.ts",
2793
2444
  "line": 44,
2794
2445
  "character": 2,
2795
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L44"
2446
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L44"
2796
2447
  }
2797
2448
  ],
2798
2449
  "type": {
@@ -2812,10 +2463,10 @@
2812
2463
  },
2813
2464
  "sources": [
2814
2465
  {
2815
- "fileName": "lib/config.ts",
2466
+ "fileName": "config.ts",
2816
2467
  "line": 43,
2817
2468
  "character": 2,
2818
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L43"
2469
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L43"
2819
2470
  }
2820
2471
  ],
2821
2472
  "type": {
@@ -2835,10 +2486,10 @@
2835
2486
  },
2836
2487
  "sources": [
2837
2488
  {
2838
- "fileName": "lib/config.ts",
2489
+ "fileName": "config.ts",
2839
2490
  "line": 46,
2840
2491
  "character": 2,
2841
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L46"
2492
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L46"
2842
2493
  }
2843
2494
  ],
2844
2495
  "type": {
@@ -2862,10 +2513,10 @@
2862
2513
  ],
2863
2514
  "sources": [
2864
2515
  {
2865
- "fileName": "lib/config.ts",
2516
+ "fileName": "config.ts",
2866
2517
  "line": 42,
2867
2518
  "character": 17,
2868
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L42"
2519
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L42"
2869
2520
  }
2870
2521
  ]
2871
2522
  },
@@ -2886,10 +2537,10 @@
2886
2537
  },
2887
2538
  "sources": [
2888
2539
  {
2889
- "fileName": "lib/config.service.ts",
2540
+ "fileName": "config.service.ts",
2890
2541
  "line": 20,
2891
2542
  "character": 2,
2892
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L20"
2543
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L20"
2893
2544
  }
2894
2545
  ],
2895
2546
  "type": {
@@ -2907,10 +2558,10 @@
2907
2558
  },
2908
2559
  "sources": [
2909
2560
  {
2910
- "fileName": "lib/config.service.ts",
2561
+ "fileName": "config.service.ts",
2911
2562
  "line": 19,
2912
2563
  "character": 2,
2913
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L19"
2564
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L19"
2914
2565
  }
2915
2566
  ],
2916
2567
  "type": {
@@ -2937,10 +2588,10 @@
2937
2588
  },
2938
2589
  "sources": [
2939
2590
  {
2940
- "fileName": "lib/config.service.ts",
2591
+ "fileName": "config.service.ts",
2941
2592
  "line": 21,
2942
2593
  "character": 2,
2943
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L21"
2594
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L21"
2944
2595
  }
2945
2596
  ],
2946
2597
  "type": {
@@ -2968,10 +2619,10 @@
2968
2619
  },
2969
2620
  "sources": [
2970
2621
  {
2971
- "fileName": "lib/config.service.ts",
2622
+ "fileName": "config.service.ts",
2972
2623
  "line": 26,
2973
2624
  "character": 2,
2974
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L26"
2625
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L26"
2975
2626
  }
2976
2627
  ],
2977
2628
  "type": {
@@ -3004,10 +2655,10 @@
3004
2655
  },
3005
2656
  "sources": [
3006
2657
  {
3007
- "fileName": "lib/config.service.ts",
2658
+ "fileName": "config.service.ts",
3008
2659
  "line": 22,
3009
2660
  "character": 2,
3010
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L22"
2661
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L22"
3011
2662
  }
3012
2663
  ],
3013
2664
  "type": {
@@ -3034,10 +2685,10 @@
3034
2685
  "flags": {},
3035
2686
  "sources": [
3036
2687
  {
3037
- "fileName": "lib/config.service.ts",
2688
+ "fileName": "config.service.ts",
3038
2689
  "line": 22,
3039
2690
  "character": 29,
3040
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L22"
2691
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L22"
3041
2692
  }
3042
2693
  ],
3043
2694
  "signatures": [
@@ -3049,10 +2700,10 @@
3049
2700
  "flags": {},
3050
2701
  "sources": [
3051
2702
  {
3052
- "fileName": "lib/config.service.ts",
2703
+ "fileName": "config.service.ts",
3053
2704
  "line": 22,
3054
2705
  "character": 29,
3055
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L22"
2706
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L22"
3056
2707
  }
3057
2708
  ],
3058
2709
  "parameters": [
@@ -3111,10 +2762,80 @@
3111
2762
  ],
3112
2763
  "sources": [
3113
2764
  {
3114
- "fileName": "lib/config.service.ts",
2765
+ "fileName": "config.service.ts",
3115
2766
  "line": 18,
3116
2767
  "character": 17,
3117
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L18"
2768
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L18"
2769
+ }
2770
+ ]
2771
+ },
2772
+ {
2773
+ "id": 152,
2774
+ "name": "i18nConfig",
2775
+ "variant": "declaration",
2776
+ "kind": 256,
2777
+ "flags": {},
2778
+ "children": [
2779
+ {
2780
+ "id": 154,
2781
+ "name": "defaultLanguage",
2782
+ "variant": "declaration",
2783
+ "kind": 1024,
2784
+ "flags": {
2785
+ "isOptional": true
2786
+ },
2787
+ "sources": [
2788
+ {
2789
+ "fileName": "config.ts",
2790
+ "line": 35,
2791
+ "character": 2,
2792
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L35"
2793
+ }
2794
+ ],
2795
+ "type": {
2796
+ "type": "intrinsic",
2797
+ "name": "string"
2798
+ }
2799
+ },
2800
+ {
2801
+ "id": 153,
2802
+ "name": "languages",
2803
+ "variant": "declaration",
2804
+ "kind": 1024,
2805
+ "flags": {
2806
+ "isOptional": true
2807
+ },
2808
+ "sources": [
2809
+ {
2810
+ "fileName": "config.ts",
2811
+ "line": 34,
2812
+ "character": 2,
2813
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L34"
2814
+ }
2815
+ ],
2816
+ "type": {
2817
+ "type": "reference",
2818
+ "target": 151,
2819
+ "name": "LanguagesConfig",
2820
+ "package": "@rxap/config"
2821
+ }
2822
+ }
2823
+ ],
2824
+ "groups": [
2825
+ {
2826
+ "title": "Properties",
2827
+ "children": [
2828
+ 154,
2829
+ 153
2830
+ ]
2831
+ }
2832
+ ],
2833
+ "sources": [
2834
+ {
2835
+ "fileName": "config.ts",
2836
+ "line": 33,
2837
+ "character": 17,
2838
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L33"
3118
2839
  }
3119
2840
  ]
3120
2841
  },
@@ -3135,10 +2856,10 @@
3135
2856
  },
3136
2857
  "sources": [
3137
2858
  {
3138
- "fileName": "lib/config.ts",
2859
+ "fileName": "config.ts",
3139
2860
  "line": 19,
3140
2861
  "character": 2,
3141
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L19"
2862
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L19"
3142
2863
  }
3143
2864
  ],
3144
2865
  "type": {
@@ -3156,10 +2877,10 @@
3156
2877
  },
3157
2878
  "sources": [
3158
2879
  {
3159
- "fileName": "lib/config.ts",
2880
+ "fileName": "config.ts",
3160
2881
  "line": 17,
3161
2882
  "character": 2,
3162
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L17"
2883
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L17"
3163
2884
  }
3164
2885
  ],
3165
2886
  "type": {
@@ -3177,10 +2898,10 @@
3177
2898
  },
3178
2899
  "sources": [
3179
2900
  {
3180
- "fileName": "lib/config.ts",
2901
+ "fileName": "config.ts",
3181
2902
  "line": 18,
3182
2903
  "character": 2,
3183
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L18"
2904
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L18"
3184
2905
  }
3185
2906
  ],
3186
2907
  "type": {
@@ -3201,10 +2922,10 @@
3201
2922
  ],
3202
2923
  "sources": [
3203
2924
  {
3204
- "fileName": "lib/config.ts",
2925
+ "fileName": "config.ts",
3205
2926
  "line": 16,
3206
2927
  "character": 17,
3207
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L16"
2928
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L16"
3208
2929
  }
3209
2930
  ]
3210
2931
  },
@@ -3225,10 +2946,10 @@
3225
2946
  },
3226
2947
  "sources": [
3227
2948
  {
3228
- "fileName": "lib/config.ts",
2949
+ "fileName": "config.ts",
3229
2950
  "line": 23,
3230
2951
  "character": 2,
3231
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L23"
2952
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L23"
3232
2953
  }
3233
2954
  ],
3234
2955
  "type": {
@@ -3251,10 +2972,10 @@
3251
2972
  },
3252
2973
  "sources": [
3253
2974
  {
3254
- "fileName": "lib/config.ts",
2975
+ "fileName": "config.ts",
3255
2976
  "line": 24,
3256
2977
  "character": 2,
3257
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L24"
2978
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L24"
3258
2979
  }
3259
2980
  ],
3260
2981
  "type": {
@@ -3272,10 +2993,10 @@
3272
2993
  },
3273
2994
  "sources": [
3274
2995
  {
3275
- "fileName": "lib/config.ts",
2996
+ "fileName": "config.ts",
3276
2997
  "line": 28,
3277
2998
  "character": 2,
3278
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L28"
2999
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L28"
3279
3000
  }
3280
3001
  ],
3281
3002
  "type": {
@@ -3293,10 +3014,10 @@
3293
3014
  },
3294
3015
  "sources": [
3295
3016
  {
3296
- "fileName": "lib/config.ts",
3017
+ "fileName": "config.ts",
3297
3018
  "line": 26,
3298
3019
  "character": 2,
3299
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L26"
3020
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L26"
3300
3021
  }
3301
3022
  ],
3302
3023
  "type": {
@@ -3323,10 +3044,10 @@
3323
3044
  },
3324
3045
  "sources": [
3325
3046
  {
3326
- "fileName": "lib/config.ts",
3047
+ "fileName": "config.ts",
3327
3048
  "line": 27,
3328
3049
  "character": 2,
3329
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L27"
3050
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L27"
3330
3051
  }
3331
3052
  ],
3332
3053
  "type": {
@@ -3344,10 +3065,10 @@
3344
3065
  },
3345
3066
  "sources": [
3346
3067
  {
3347
- "fileName": "lib/config.ts",
3068
+ "fileName": "config.ts",
3348
3069
  "line": 25,
3349
3070
  "character": 2,
3350
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L25"
3071
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L25"
3351
3072
  }
3352
3073
  ],
3353
3074
  "type": {
@@ -3371,10 +3092,10 @@
3371
3092
  ],
3372
3093
  "sources": [
3373
3094
  {
3374
- "fileName": "lib/config.ts",
3095
+ "fileName": "config.ts",
3375
3096
  "line": 22,
3376
3097
  "character": 17,
3377
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L22"
3098
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L22"
3378
3099
  }
3379
3100
  ]
3380
3101
  },
@@ -3395,10 +3116,10 @@
3395
3116
  },
3396
3117
  "sources": [
3397
3118
  {
3398
- "fileName": "lib/config.ts",
3119
+ "fileName": "config.ts",
3399
3120
  "line": 39,
3400
3121
  "character": 2,
3401
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L39"
3122
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L39"
3402
3123
  }
3403
3124
  ],
3404
3125
  "type": {
@@ -3417,80 +3138,10 @@
3417
3138
  ],
3418
3139
  "sources": [
3419
3140
  {
3420
- "fileName": "lib/config.ts",
3141
+ "fileName": "config.ts",
3421
3142
  "line": 38,
3422
3143
  "character": 17,
3423
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L38"
3424
- }
3425
- ]
3426
- },
3427
- {
3428
- "id": 152,
3429
- "name": "i18nConfig",
3430
- "variant": "declaration",
3431
- "kind": 256,
3432
- "flags": {},
3433
- "children": [
3434
- {
3435
- "id": 154,
3436
- "name": "defaultLanguage",
3437
- "variant": "declaration",
3438
- "kind": 1024,
3439
- "flags": {
3440
- "isOptional": true
3441
- },
3442
- "sources": [
3443
- {
3444
- "fileName": "lib/config.ts",
3445
- "line": 35,
3446
- "character": 2,
3447
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L35"
3448
- }
3449
- ],
3450
- "type": {
3451
- "type": "intrinsic",
3452
- "name": "string"
3453
- }
3454
- },
3455
- {
3456
- "id": 153,
3457
- "name": "languages",
3458
- "variant": "declaration",
3459
- "kind": 1024,
3460
- "flags": {
3461
- "isOptional": true
3462
- },
3463
- "sources": [
3464
- {
3465
- "fileName": "lib/config.ts",
3466
- "line": 34,
3467
- "character": 2,
3468
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L34"
3469
- }
3470
- ],
3471
- "type": {
3472
- "type": "reference",
3473
- "target": 151,
3474
- "name": "LanguagesConfig",
3475
- "package": "@rxap/config"
3476
- }
3477
- }
3478
- ],
3479
- "groups": [
3480
- {
3481
- "title": "Properties",
3482
- "children": [
3483
- 154,
3484
- 153
3485
- ]
3486
- }
3487
- ],
3488
- "sources": [
3489
- {
3490
- "fileName": "lib/config.ts",
3491
- "line": 33,
3492
- "character": 17,
3493
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L33"
3144
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L38"
3494
3145
  }
3495
3146
  ]
3496
3147
  },
@@ -3502,10 +3153,10 @@
3502
3153
  "flags": {},
3503
3154
  "sources": [
3504
3155
  {
3505
- "fileName": "lib/config.service.ts",
3156
+ "fileName": "config.service.ts",
3506
3157
  "line": 16,
3507
3158
  "character": 12,
3508
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L16"
3159
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L16"
3509
3160
  }
3510
3161
  ],
3511
3162
  "type": {
@@ -3525,10 +3176,10 @@
3525
3176
  "flags": {},
3526
3177
  "sources": [
3527
3178
  {
3528
- "fileName": "lib/config.service.ts",
3179
+ "fileName": "config.service.ts",
3529
3180
  "line": 16,
3530
3181
  "character": 26,
3531
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L16"
3182
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L16"
3532
3183
  }
3533
3184
  ],
3534
3185
  "type": {
@@ -3541,10 +3192,10 @@
3541
3192
  "flags": {},
3542
3193
  "sources": [
3543
3194
  {
3544
- "fileName": "lib/config.service.ts",
3195
+ "fileName": "config.service.ts",
3545
3196
  "line": 16,
3546
3197
  "character": 41,
3547
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L16"
3198
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L16"
3548
3199
  }
3549
3200
  ],
3550
3201
  "signatures": [
@@ -3592,10 +3243,10 @@
3592
3243
  ],
3593
3244
  "sources": [
3594
3245
  {
3595
- "fileName": "lib/config.service.ts",
3246
+ "fileName": "config.service.ts",
3596
3247
  "line": 16,
3597
3248
  "character": 24,
3598
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.service.ts#L16"
3249
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.service.ts#L16"
3599
3250
  }
3600
3251
  ]
3601
3252
  }
@@ -3609,10 +3260,10 @@
3609
3260
  "flags": {},
3610
3261
  "sources": [
3611
3262
  {
3612
- "fileName": "lib/types.ts",
3263
+ "fileName": "types.ts",
3613
3264
  "line": 8,
3614
3265
  "character": 12,
3615
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/types.ts#L8"
3266
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L8"
3616
3267
  }
3617
3268
  ],
3618
3269
  "typeParameters": [
@@ -3745,10 +3396,10 @@
3745
3396
  "flags": {},
3746
3397
  "sources": [
3747
3398
  {
3748
- "fileName": "lib/config.ts",
3399
+ "fileName": "config.ts",
3749
3400
  "line": 31,
3750
3401
  "character": 12,
3751
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/config.ts#L31"
3402
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/config.ts#L31"
3752
3403
  }
3753
3404
  ],
3754
3405
  "type": {
@@ -3779,10 +3430,10 @@
3779
3430
  "flags": {},
3780
3431
  "sources": [
3781
3432
  {
3782
- "fileName": "lib/types.ts",
3433
+ "fileName": "types.ts",
3783
3434
  "line": 20,
3784
3435
  "character": 12,
3785
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/types.ts#L20"
3436
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L20"
3786
3437
  }
3787
3438
  ],
3788
3439
  "typeParameters": [
@@ -3959,10 +3610,10 @@
3959
3610
  "flags": {},
3960
3611
  "sources": [
3961
3612
  {
3962
- "fileName": "lib/types.ts",
3613
+ "fileName": "types.ts",
3963
3614
  "line": 1,
3964
3615
  "character": 20,
3965
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/types.ts#L1"
3616
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L1"
3966
3617
  }
3967
3618
  ],
3968
3619
  "typeParameters": [
@@ -4020,10 +3671,10 @@
4020
3671
  "flags": {},
4021
3672
  "sources": [
4022
3673
  {
4023
- "fileName": "lib/types.ts",
3674
+ "fileName": "types.ts",
4024
3675
  "line": 13,
4025
3676
  "character": 12,
4026
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/types.ts#L13"
3677
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/types.ts#L13"
4027
3678
  }
4028
3679
  ],
4029
3680
  "typeParameters": [
@@ -4256,10 +3907,10 @@
4256
3907
  },
4257
3908
  "sources": [
4258
3909
  {
4259
- "fileName": "lib/tokens.ts",
3910
+ "fileName": "tokens.ts",
4260
3911
  "line": 3,
4261
3912
  "character": 13,
4262
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/tokens.ts#L3"
3913
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/tokens.ts#L3"
4263
3914
  }
4264
3915
  ],
4265
3916
  "type": {
@@ -4287,10 +3938,10 @@
4287
3938
  "flags": {},
4288
3939
  "sources": [
4289
3940
  {
4290
- "fileName": "lib/provide-config.ts",
3941
+ "fileName": "provide-config.ts",
4291
3942
  "line": 3,
4292
3943
  "character": 16,
4293
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/provide-config.ts#L3"
3944
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/provide-config.ts#L3"
4294
3945
  }
4295
3946
  ],
4296
3947
  "signatures": [
@@ -4302,10 +3953,10 @@
4302
3953
  "flags": {},
4303
3954
  "sources": [
4304
3955
  {
4305
- "fileName": "lib/provide-config.ts",
3956
+ "fileName": "provide-config.ts",
4306
3957
  "line": 3,
4307
3958
  "character": 16,
4308
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/provide-config.ts#L3"
3959
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/provide-config.ts#L3"
4309
3960
  }
4310
3961
  ],
4311
3962
  "parameters": [
@@ -4354,10 +4005,10 @@
4354
4005
  "flags": {},
4355
4006
  "sources": [
4356
4007
  {
4357
- "fileName": "lib/provide-config.ts",
4008
+ "fileName": "provide-config.ts",
4358
4009
  "line": 5,
4359
4010
  "character": 4,
4360
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/provide-config.ts#L5"
4011
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/provide-config.ts#L5"
4361
4012
  }
4362
4013
  ],
4363
4014
  "type": {
@@ -4385,10 +4036,10 @@
4385
4036
  "flags": {},
4386
4037
  "sources": [
4387
4038
  {
4388
- "fileName": "lib/provide-config.ts",
4039
+ "fileName": "provide-config.ts",
4389
4040
  "line": 6,
4390
4041
  "character": 4,
4391
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/provide-config.ts#L6"
4042
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/provide-config.ts#L6"
4392
4043
  }
4393
4044
  ],
4394
4045
  "type": {
@@ -4424,10 +4075,10 @@
4424
4075
  ],
4425
4076
  "sources": [
4426
4077
  {
4427
- "fileName": "lib/provide-config.ts",
4078
+ "fileName": "provide-config.ts",
4428
4079
  "line": 4,
4429
4080
  "character": 9,
4430
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/config/src/lib/provide-config.ts#L4"
4081
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/config/src/lib/provide-config.ts#L4"
4431
4082
  }
4432
4083
  ]
4433
4084
  }
@@ -4451,10 +4102,10 @@
4451
4102
  129,
4452
4103
  157,
4453
4104
  41,
4105
+ 152,
4454
4106
  140,
4455
4107
  144,
4456
- 155,
4457
- 152
4108
+ 155
4458
4109
  ]
4459
4110
  },
4460
4111
  {
@@ -4485,35 +4136,35 @@
4485
4136
  "readme": [
4486
4137
  {
4487
4138
  "kind": "text",
4488
- "text": "# @rxap/config\n> Simple config file manager for angular applications.\n\n[![npm version](https://img.shields.io/npm/v/@rxap/config?style=flat-square)](https://www.npmjs.com/package/@rxap/config)\n[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/config)\n![npm](https://img.shields.io/npm/dm/@rxap/config)\n![NPM](https://img.shields.io/npm/l/@rxap/config)\n\n- [Installation](#installation)\n- [Generators](#generators)\n\n# Installation\n\n**Add the package to your workspace:**\n"
4139
+ "text": "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.\n\n[![npm version](https://img.shields.io/npm/v/@rxap/config?style=flat-square)](https://www.npmjs.com/package/@rxap/config)\n[![commitizen\nfriendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)\n[![styled with\nprettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![Libraries.io dependency status for latest release, scoped npm\npackage](https://img.shields.io/librariesio/release/npm/@rxap/config)\n![npm](https://img.shields.io/npm/dm/@rxap/config)\n![NPM](https://img.shields.io/npm/l/@rxap/config) -\n[Installation](#installation)\n- [Generators](#generators)\n - [init](#init)\n\n# Installation **Add the package to your workspace:** "
4489
4140
  },
4490
4141
  {
4491
4142
  "kind": "code",
4492
- "text": "```bash\nyarn add @rxap/config\n```"
4143
+ "text": "```bash yarn add\n@rxap/config\n```"
4493
4144
  },
4494
4145
  {
4495
4146
  "kind": "text",
4496
- "text": "\n**Install peer dependencies:**\n"
4147
+ "text": "\n**Install peer dependencies:** "
4497
4148
  },
4498
4149
  {
4499
4150
  "kind": "code",
4500
- "text": "```bash\nyarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.2 @rxap/utilities@^16.4.2-dev.2 rxjs@^7.8.1 \n```"
4151
+ "text": "```bash yarn add\n @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 \n ```"
4501
4152
  },
4502
4153
  {
4503
4154
  "kind": "text",
4504
- "text": "\n**Execute the init generator:**\n"
4155
+ "text": "\n**Execute the init generator:** "
4505
4156
  },
4506
4157
  {
4507
4158
  "kind": "code",
4508
- "text": "```bash\nyarn nx g @rxap/config:init\n```"
4159
+ "text": "```bash yarn nx g\n @rxap/config:init ```"
4509
4160
  },
4510
4161
  {
4511
4162
  "kind": "text",
4512
- "text": "\n# Generators\n\n## init\n> Initialize the package in the workspace\n\n"
4163
+ "text": "\n# Generators\n\n ##\n init\n >\n Initialize the package in the workspace\n\n "
4513
4164
  },
4514
4165
  {
4515
4166
  "kind": "code",
4516
- "text": "```bash\nyarn nx g @rxap/config:init\n```"
4167
+ "text": "```bash nx g\n @rxap/config:init\n ```"
4517
4168
  }
4518
4169
  ],
4519
4170
  "symbolIdMap": {
@@ -4789,70 +4440,6 @@
4789
4440
  "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4790
4441
  "qualifiedName": "environment"
4791
4442
  },
4792
- "70": {
4793
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4794
- "qualifiedName": "ConfigService.handleError"
4795
- },
4796
- "71": {
4797
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4798
- "qualifiedName": "ConfigService.handleError"
4799
- },
4800
- "72": {
4801
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4802
- "qualifiedName": "error"
4803
- },
4804
- "73": {
4805
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4806
- "qualifiedName": "ConfigService.handleRequestError"
4807
- },
4808
- "74": {
4809
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4810
- "qualifiedName": "ConfigService.handleRequestError"
4811
- },
4812
- "75": {
4813
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4814
- "qualifiedName": "response"
4815
- },
4816
- "76": {
4817
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4818
- "qualifiedName": "ConfigService.loadConfig"
4819
- },
4820
- "77": {
4821
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4822
- "qualifiedName": "ConfigService.loadConfig"
4823
- },
4824
- "78": {
4825
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4826
- "qualifiedName": "T"
4827
- },
4828
- "79": {
4829
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4830
- "qualifiedName": "url"
4831
- },
4832
- "80": {
4833
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4834
- "qualifiedName": "required"
4835
- },
4836
- "81": {
4837
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4838
- "qualifiedName": "schema"
4839
- },
4840
- "82": {
4841
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4842
- "qualifiedName": "ConfigService.LoadConfigDefaultFromUrlParam"
4843
- },
4844
- "83": {
4845
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4846
- "qualifiedName": "ConfigService.LoadConfigDefaultFromUrlParam"
4847
- },
4848
- "84": {
4849
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4850
- "qualifiedName": "param"
4851
- },
4852
- "85": {
4853
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4854
- "qualifiedName": "__object"
4855
- },
4856
4443
  "86": {
4857
4444
  "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4858
4445
  "qualifiedName": "ConfigService.SideLoad"
@@ -4905,18 +4492,6 @@
4905
4492
  "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4906
4493
  "qualifiedName": "config"
4907
4494
  },
4908
- "99": {
4909
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4910
- "qualifiedName": "ConfigService.showError"
4911
- },
4912
- "100": {
4913
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4914
- "qualifiedName": "ConfigService.showError"
4915
- },
4916
- "101": {
4917
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4918
- "qualifiedName": "message"
4919
- },
4920
4495
  "102": {
4921
4496
  "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
4922
4497
  "qualifiedName": "ConfigService.__constructor"
@@ -5229,5 +4804,13 @@
5229
4804
  "sourceFileName": "packages/angular/config/src/lib/types.ts",
5230
4805
  "qualifiedName": "D"
5231
4806
  }
4807
+ },
4808
+ "files": {
4809
+ "entries": {
4810
+ "1": "packages/angular/config/src/index.ts"
4811
+ },
4812
+ "reflections": {
4813
+ "1": 0
4814
+ }
5232
4815
  }
5233
- }
4816
+ }