Search
Preparing search index...
The search index is not available
RxComp StoreModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
LocalStorageService
Class LocalStorageService
Hierarchy
StorageService
LocalStorageService
Index
Properties
items$
supported
Methods
clear
decode
delete
encode
exist
get
get
Raw
is
Supported
set
set
Raw
to
Array
to
Raw
Array
Properties
Static
items$
items$
:
ReplaySubject
<
IStorageItem
[]
>
= new ReplaySubject(1)
Static
supported
supported
:
boolean
= false
Methods
Static
clear
clear
(
)
:
void
Returns
void
Static
decode
decode
(
encoded
:
string
|
null
)
:
any
Parameters
encoded:
string
|
null
Returns
any
Static
delete
delete
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
Static
encode
encode
(
decoded
:
any
)
:
string
|
null
Parameters
decoded:
any
Returns
string
|
null
Static
exist
exist
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
Static
get
get
(
name
:
string
)
:
any
Parameters
name:
string
Returns
any
Static
get
Raw
get
Raw
(
name
:
string
)
:
string
|
null
Parameters
name:
string
Returns
string
|
null
Static
is
Supported
is
Supported
(
)
:
boolean
Returns
boolean
Static
set
set
(
name
:
string
, value
:
any
)
:
void
Parameters
name:
string
value:
any
Returns
void
Static
set
Raw
set
Raw
(
name
:
string
, value
:
string
|
null
)
:
void
Parameters
name:
string
value:
string
|
null
Returns
void
Static
to
Array
to
Array
(
)
:
IStorageItem
[]
Returns
IStorageItem
[]
Static
to
Raw
Array
to
Raw
Array
(
)
:
IStorageItem
[]
Returns
IStorageItem
[]
Globals
Store
Type
Cookie
Storage
Component
Cookie
Storage
Service
Local
Storage
Component
Local
Storage
Service
items$
supported
clear
decode
delete
encode
exist
get
get
Raw
is
Supported
set
set
Raw
to
Array
to
Raw
Array
Session
Storage
Component
Session
Storage
Service
Store
Store
Module
use
Store