Skip to main content

Function: withDevToolsStub()

withDevToolsStub(name, ...features): SignalStoreFeature<EmptyFeatureResult, {}>

Defined in: libs/ngrx-toolkit/src/lib/devtools/with-dev-tools-stub.ts:6

Stub for DevTools integration. Can be used to disable DevTools in production.

Parameters

name

string

name of the store as it should appear in the DevTools

features

...DevtoolsFeature[]

features to extend or modify the behavior of the Devtools

Returns

SignalStoreFeature<EmptyFeatureResult, {}>