provideDaffSearchInMemoryBackends
Provides child feature backends for the search in-memory backend.
See DAFF_SEARCH_IN_MEMORY_BACKENDS
.
import { provideDaffSearchInMemoryBackends } from '@daffodil/search/driver/in-memory'
const provideDaffSearchInMemoryBackends: undefined
Examples
providers: [
...provideDaffSearchInMemoryBackends(MySearchFeatureBackend)
]