Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
ng
cookies
ICookieStoreService
Interface ICookieStoreService
Index
Methods
get
put
remove
Methods
public
get
(
key
:
string
)
:
any
Parameters
key:
string
Returns
any
public
put
(
key
:
string
, value
:
any
)
Parameters
key:
string
value:
any
public
remove
(
key
:
string
)
Parameters
key:
string
Globals
jquery
ng
ng.auto
ng.cookies
ICookieStoreService
get
put
remove
ICookiesService