Merge pull request #18401 from rikez/rikez/search-initial-state-config

feat(search): enable configuration of the Search component via app-config
This commit is contained in:
Camila Belo
2023-08-22 17:21:50 +02:00
committed by GitHub
16 changed files with 631 additions and 216 deletions
+4 -2
View File
@@ -70,6 +70,8 @@
"msw": "^1.0.0"
},
"files": [
"dist"
]
"dist",
"config.d.ts"
],
"configSchema": "config.d.ts"
}