ng-state
Ctrlk
  • Introduction
  • Main differences
  • Getting Started
    • Instalation
    • Examples
  • Core concepts
    • Main idea
    • Configuration
    • Store
    • Actions
    • Components with Actions
    • @InjectStore decorator
    • @WithStore decorator
    • @ComponentState decorator
    • Dispatcher
    • createEeffct
  • Different scenarios
    • Passing list item index via router
    • ngOnChanges hook
    • FormManager pitfalls
  • Unit testing
    • Setup
    • Test store
    • Test actions
    • Test component with actions
    • Test with Angular TestBed
  • Debugging
    • Setup
    • Redux DevTools
    • Automated changes output
    • Manual state changes check
    • Additional debugging information
  • Production
    • Production mode
    • Server Side Rendering (SSR)
  • Other information
    • Best practices
    • CLI
    • Performance
    • Blog Posts
    • Contributing
Powered by GitBook
On this page

Was this helpful?

  1. Other information

Blog Posts

Optimistic updates in Angular applications

@ng-state/store + immer.js = game changer! Manage your Angular app state with ease.

Introducing @ng-state: A New State Management solution for Angular Applications

Deep Comparison Of State Management Solutions in Angular

PreviousPerformanceNextContributing

Last updated 6 years ago

Was this helpful?