Skip to content

Commit d6798b5

Browse files
authored
docs(angular-query/devtools): add the 'theme' option (#11002)
1 parent 8d979da commit d6798b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/framework/angular/devtools.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const appConfig: ApplicationConfig = {
137137

138138
### Options returned from the callback
139139

140-
Of these options `loadDevtools`, `client`, `position`, `errorTypes`, `buttonPosition`, and `initialIsOpen` support reactivity through signals.
140+
Of these options `loadDevtools`, `client`, `position`, `errorTypes`, `buttonPosition`, `initialIsOpen`, and `theme` support reactivity through signals.
141141

142142
- `loadDevtools?: 'auto' | boolean`
143143
- Defaults to `auto`: lazily loads devtools when in development mode. Skips loading in production mode.
@@ -162,3 +162,6 @@ Of these options `loadDevtools`, `client`, `position`, `errorTypes`, `buttonPosi
162162
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
163163
- `hideDisabledQueries?: boolean`
164164
- Set this to true to hide disabled queries from the devtools panel.
165+
- `theme?: "light" | "dark" | "system"`
166+
- Defaults to `system`.
167+
- Set this to change the theme of the devtools panel.

0 commit comments

Comments
 (0)