type DevtoolsFeature = QueryFeature<"Devtools">;type DevtoolsFeature = QueryFeature<"Devtools">;Defined in: providers.ts:158
A type alias that represents a feature which enables developer tools. The type is used to describe the return value of the withDevtools function.
withDevtools