Get started with angularLocalStorage CDN

MIT licensed

AngularLocalStorage is a simple AngularJS service for interacting with the browsers local storage API.

Tags:
  • angular
  • localStorage

Stable version

Copied!

How to start using angularLocalStorage CDN


<!DOCTYPE html>
<html>
<head>
  <!-- ... -->
</head>
<body>
  <app-root></app-root>
  <script src="https://cdn.cdnhub.io/angularLocalStorage/0.3.2/angularLocalStorage.min.js"></script>
</body>
</html>
Copied!

All versions