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?

Installation

You can install it using NPM

npm install --save @ranndev/angularjs-store

or if you are using Yarn.

yarn add @ranndev/angularjs-store

If you don't want to serve the file yourself, the CDN is also available.

<!-- For development -->
<script src="https://cdn.jsdelivr.net/npm/@ranndev/angularjs-store@4.0.1/dist/umd/angularjs-store.js"></script>

<!-- For production -->
<script src="https://cdn.jsdelivr.net/npm/@ranndev/angularjs-store@4.0.1/dist/umd/angularjs-store.min.js"></script>

PreviousWhat's NewNextTutorials with Javascript

Last updated 5 years ago

Was this helpful?