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