function queryFeature<TFeatureKind>(kind, providers): QueryFeature<TFeatureKind>;Defined in: providers.ts:143
Helper function to create an object that represents a Query feature.
TFeatureKind extends "Devtools" | "PersistQueryClient"
TFeatureKind
The kind of feature, e.g. 'Devtools'.
Provider[]
The Angular providers this feature contributes to provideTanStackQuery.
QueryFeature<TFeatureKind>
A Query feature.