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 are the web application security risks that a web developer should avoid while doing development using angularjs?
What is singleton angular?
What is service method?
What is the use of systems? How is webpack better to use in angular?
How to use foreach in angular js?
Describe the angularjs boot process.
What is the possible order of lifecycle hooks in angular?
Explain the concept of scope hierarchy?
How to validate password and confirm password in angular 4?
How to declare a component in angular 2?
What is an isolated scope?
What are dsl animation functions in angular js. List them.
What does a service mean in angularjs? Explain its built-in services?
How do you stop ng serve?
What are the advantages of using angular 2 over angular 1?