Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalStoreService

LocalStoreService. Basic wraper for localStorage

Hierarchy

  • LocalStoreService

Index

Methods

clear

  • clear(): void

clearValue

  • clearValue(key: string): void

getValue

  • getValue(key: string): any

storeValue

  • storeValue(key: string, value: any): void

Generated using TypeDoc