LogoLogo
v3.5
v3.5
  • Introduction
  • Getting Started
    • Why
    • Installation
  • Concepts
    • Introduction
    • Store
    • Actions
    • State
    • Select
  • API
    • @Action
    • Actions(Stream)
    • Init Actions
    • Module
    • of-action
    • @Select
    • @Selector
    • @State
    • Store
  • Advanced
    • State Operators
    • Options
    • Lazy Loading
    • Sub States
    • Cancellation
    • Action Handlers
    • Composition
    • Error Handling
    • Life-cycle
    • Meta Reducers
    • Shared State
  • Recipes
    • Authentication
    • Caching
    • Unit Testing
    • Style Guide
  • Plugins
    • Introduction
    • CLI
    • Logger
    • Devtools
    • Storage
    • Forms
    • Web Socket
    • Router
    • HMR
  • NGXS Labs
    • Introduction
    • Emitter
    • Immer adapter
    • Dispatch decorator
  • Community
    • FAQ
    • Resources
    • Contributors
    • Contributing
    • Sponsors
  • Changelog
Powered by GitBook
On this page
  • External module: "module"
  • Index
  • Type aliases
  • Variables
  • Functions
  1. API

Module

PreviousInit ActionsNextof-action

Last updated 6 years ago

>

External module: "module"

Index

Classes

Type aliases

Variables

Functions

Type aliases

ModuleOptions

Variables

<Const> ROOT_OPTIONS

● ROOT_OPTIONS: InjectionToken<object> = new InjectionToken('ROOT_OPTIONS')

Functions

ngxsConfigFactory

Parameters:

Name

Type

options

Ƭ ModuleOptions: Partial<>

Defined in

Defined in

▸ ngxsConfigFactory(options: ):

Defined in

Returns:

NgxsConfig
module.ts:92
module.ts:99
module.ts:94
NgxsConfig
API
"module"
NgxsModule
ModuleOptions
ROOT_OPTIONS
ngxsConfigFactory
NgxsConfig
ModuleOptions
ModuleOptions