What is difference between $cookies and $cookieStore service?
Answer Posted / 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 |
Post New Answer View All Answers
Explain $scope vs scope in angular js?
What is difference between $evalAsync and $timeout?
What are custom directives in angular?
What is $timeout in angularjs?
Explain how routing works in angularjs?
What is $ watch?
Is angular js is a library, framework or plugins?
What is a template in angularjs?
What is nginclude?
Can you please explain the difference between angular.js and backbone.js?
How Directives are compiled?
What's new features in angular 5?
What’s the difference between http and httpclient?
What do you understand by linking function? Explain its type.
What the link function is and how it differs from compile?