useQuery
No documentation has been provided.
Presentation
const useQuery : <T extends Type <Query <any>>>(
type: T,
[commands$, events$, scheduler, destroyRef]?: [
CommandBus ,
CommandEventBus ,
CommandFlowScheduler ,
DestroyRef ,
],
) => (
...args: ConstructorParameters<T>
) => Observable <QueryResultOf <InstanceType<T>>>;