MCPcopy Create free account
hub / github.com/ngxs/store / devtoolsOptionsFactory

Function devtoolsOptionsFactory

packages/devtools-plugin/src/devtools.module.ts:13–18  ·  view source on GitHub ↗
(options: NgxsDevtoolsOptions)

Source from the content-addressed store, hash-verified

11import { NgxsReduxDevtoolsPlugin } from './devtools.plugin';
12
13export function devtoolsOptionsFactory(options: NgxsDevtoolsOptions) {
14 return {
15 name: 'NGXS',
16 ...options
17 };
18}
19
20export const USER_OPTIONS = new InjectionToken('USER_OPTIONS');
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected