AngularJS Store
Search…
v4.0.5
Introduction
What's New
Installation
Tutorials with Javascript
Tutorials with Typescript
Powered By
GitBook
Installation
You can install it using
NPM
1
npm install --save @ranndev/angularjs-store
Copied!
or if you are using
Yarn.
1
yarn add @ranndev/angularjs-store
Copied!
If you don't want to serve the file yourself, the
CDN
is also available.
1
<!-- For development -->
2
<
script
src
=
"
https://cdn.jsdelivr.net/npm/@ranndev/
[email protected]
/dist/umd/angularjs-store.js
"
>
</
script
>
3
4
<!-- For production -->
5
<
script
src
=
"
https://cdn.jsdelivr.net/npm/@ranndev/
[email protected]
/dist/umd/angularjs-store.min.js
"
>
</
script
>
Copied!
Previous
What's New
Next
Tutorials with Javascript
Last modified
2yr ago
Copy link