How to use the @ionic/storage/es2015/storage.Storage function in @ionic/storage

To help you get started, we’ve selected a few @ionic/storage examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wujun4code / DoChat / DoChat-mobile / .tmp / app / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__Storage_75 == null)) {
                (this.__Storage_75 = new import45.Storage());
            }
            return this.__Storage_75;
        },
        enumerable: true,
github wujun4code / DoChat / DoChat-mobile / .tmp / app / app.module.ngfactory.ts View on Github external
get _Storage_75():import45.Storage {
    if ((this.__Storage_75 == (null as any))) { (this.__Storage_75 = new import45.Storage()); }
    return this.__Storage_75;
  }
  get _GlobalService_76():import46.GlobalService {

@ionic/storage

Ionic Storage Helper

MIT
Latest version published 1 year ago

Package Health Score

63 / 100
Full package analysis