$cookieStore
ngCookies
Provides a key-value (string-object) storage, that is backed by session cookies. Objects put or retrieved from this storage are automatically serialized or deserialized by angular's toJson/fromJson.
Requires the ngCookies module to be installed.
$cookies
Returns the value of given cookie key
Id to use for lookup.
Deserialized cookie value.
Sets a value for given cookie key
Id for the value.
value
Value to be stored.
Remove given cookie
Id of the key-value pair to delete.