Type Alias: ReduxDevtoolsConfig
ReduxDevtoolsConfig:
object
Defined in: libs/ngrx-toolkit/src/lib/devtools/provide-devtools-config.ts:29
Options for connecting to the Redux DevTools Extension.
Type declaration
name?
optional
name:string
Optional name for the devtools instance. If empty, "NgRx SignalStore" will be used.
Example
const devToolsOptions: ReduxDevtoolsConfig = {
name: 'My App',
};