Search
Preparing search index...
The search index is not available
RxComp StoreModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CookieStorageService
Class CookieStorageService
Hierarchy
StorageService
CookieStorageService
Index
Properties
items$
supported
Methods
clear
decode
delete
encode
exist
get
get
Raw
is
Supported
set
set
Raw
setter
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
, days
?:
undefined
|
number
)
:
void
Parameters
name:
string
value:
any
Optional
days:
undefined
|
number
Returns
void
Static
set
Raw
set
Raw
(
name
:
string
, value
:
string
, days
?:
undefined
|
number
)
:
void
Parameters
name:
string
value:
string
Optional
days:
undefined
|
number
Returns
void
Static
setter
setter
(
name
:
string
, value
:
any
, days
?:
undefined
|
number
)
:
void
Parameters
name:
string
value:
any
Optional
days:
undefined
|
number
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
items$
supported
clear
decode
delete
encode
exist
get
get
Raw
is
Supported
set
set
Raw
setter
to
Array
to
Raw
Array
Local
Storage
Component
Local
Storage
Service
Session
Storage
Component
Session
Storage
Service
Store
Store
Module
use
Store