AngularJS Store
v4.0.5
v4.0.5
  • Introduction
  • What's New
  • Installation
  • Tutorials with Javascript
    • Setup a store
    • Get the current state
    • Update the state
    • Listen on state changes
    • Destroy a hook
  • Tutorials with Typescript
    • Setup a store
    • Get the current state
    • Update the state
    • Listen on state changes
    • Destroy a hook
Powered by GitBook
On this page

Was this helpful?

Introduction

NextWhat's New

Last updated 5 years ago

Was this helpful?

If you heard about Flux, Redux, MobX (used for React) NgRx and NGXS (used for the latest version of Angular), those are state management pattern or library that acts as a single source of truth for web application's state. AngularJS Store is based on those popular libraries.

AngularJS Store is specially designed for AngularJS application. It will guide you to create a one way data flow in your application (Single Source of Truth). Help you manage your AngularJS application's state into a very predictable way.

AngularJS with AngularJS Store