What is difference between $cookies and $cookieStore service?
Answer / sagar chokatkar
$cookiestore and $cookies are doing same think, but the only difference is
$cookiestore- can objects put or retrieved from this storage are automatically serialized or deserialized by angular's toJson/fromJson .but $cookies- can't do this.
Is This Answer Correct ? | 3 Yes | 0 No |
What are the features of angular 7?
What are the Pipes?
What is an oauth token?
What is a singleton pattern?
How would you select all the child components’ elements?
How to use filter in angular js?
What is a router in angular?
What is digest cycle?
What is the use of interceptors in angular?
How to write all the console.log statements to a file in server?
What directives are used to show and hide HTML elements in AngularJS?
What is react vs angular?