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
What is the use of arrow function in angular 2?
What is @input and @output in angular?
How is AngularJS Compilation Different From Other JavaScript Frameworks?
What is the use of ng dblclick?
Define angularjs?
What is elementref in angular 4?
Explain directive in AngularJS?
Why is angular called angular?
Explain currency filter in angularjs. How can we use it?
Explain formgroup and formcontrol in angular?
What is ng bind in angular?
What is factory in angularjs?
What is emit in angular?
What is ngzone run outside angular 2?
What is json web token in angularjs?