LogoLogo
v3.2
v3.2
  • Introduction
  • Getting Started
    • Why
    • Installation
  • Concepts
    • Introduction
    • Store
    • Actions
    • State
    • Select
  • API
    • Action
    • Actions
    • ActionsStream
    • Module
    • of-action
    • Select
    • Selector
    • State
    • Store
  • Advanced
    • 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
    • Logger
    • Devtools
    • Storage
    • Forms
    • Web Socket
    • Router
  • Community
    • FAQ
    • Resources
    • Contributors
    • Contributing
    • Sponsors
  • Changelog
Powered by GitBook
On this page
  • External module: "module"
  • Index
  • Type aliases
  • Variables
  • Functions
  1. API

Module

API > "module"

External module: "module"

Index

Classes

  • NgxsFeatureModule

  • NgxsModule

  • NgxsRootModule

Type aliases

  • ModuleOptions

Variables

  • ROOT_OPTIONS

Functions

  • ngxsConfigFactory

Type aliases

ModuleOptions

ΤModuleOptions: Partial<NgxsConfig>

Defined in module.ts:92

Variables

<Const> ROOT_OPTIONS

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

Defined in module.ts:99

Functions

ngxsConfigFactory

▸ ngxsConfigFactory(options: ModuleOptions): NgxsConfig

Defined in module.ts:94

Parameters:

Param

Type

options

ModuleOptions

Returns: NgxsConfig

PreviousActionsStreamNextof-action

Last updated 6 years ago