Use Local Storage In Angular 5+ – ngx-storage

Author: stanvanheumen
Official Page: Go to website
Publish Date: March 5, 2018
License: MIT

Description:

ngx-storage is a simple library that allows you to use local storage in Angular 5+.

Features:

  • Observable based
  • Easy implementation
  • Automatic JSON parsing
  • Lazy loading compatible
  • Angular Universal compatible
  • Ahead-Of-Time compilation compatible
  • The library can be consumed by Angular CLI, Webpack, or SystemJS

Installation:

# Yarn
$ yarn add @stanvanheumen/ngx-storage

# NPM
$ npm install @stanvanheumen/ngx-storage --save

Preview:

ngx-storage


You Might Be Interested In:

Tags:

Add Comment