Skip to content
services-util-store / 12.0.1-next.4

services-util-store 12.0.1-next.4

Install from the command line:
Learn more about npm packages
$ npm install @dlr-eoc/services-util-store@12.0.1-next.4
Install via package.json:
"@dlr-eoc/services-util-store": "12.0.1-next.4"

About this version

@dlr-eoc/services-util-store

how to use this in a ukis-angular (@dlr-eoc/core-ui) project

import { UtilStoreService } from '@dlr-eoc/services-util-store';
constructor(private UtilStore: UtilStoreService,...)
function(){
  // set value
  this.UtilStore.local(key, value);

  // get value
  const value = this.UtilStore.local(key);
}

For examples see:

This module is used by components like:

  • @dlr-eoc/cookie-alert
  • @dlr-eoc/services-ogc
  • ...

It implements a basic 'storage' to store key value based data in:

  • local: localStorage
  • session: sessionStorage
  • runtime: runtimeStorage
  • cookie

for more details see map-state

===

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

Run ng generate component component-name --project services-util-store to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project services-util-store.

Note: Don't forget to add --project services-util-store or else it will be added to the default project in your angular.json file.

Build

Run ng build services-util-store to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test services-util-store to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Details


Assets

  • services-util-store-12.0.1-next.4.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0