(options: NgxsDevtoolsOptions)
| 11 | import { NgxsReduxDevtoolsPlugin } from './devtools.plugin'; |
| 12 | |
| 13 | export function devtoolsOptionsFactory(options: NgxsDevtoolsOptions) { |
| 14 | return { |
| 15 | name: 'NGXS', |
| 16 | ...options |
| 17 | }; |
| 18 | } |
| 19 | |
| 20 | export const USER_OPTIONS = new InjectionToken('USER_OPTIONS'); |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected