Difference between sessionstorage, cookies, and localstorage.
Answer / Manoj Kalyani
SessionStorage only stores data for one session (until the page is closed or the tab is closed). Cookies can store small amounts of data across sessions. LocalStorage stores data across sessions and even after the browser is closed and reopened. The main difference is their lifespan.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you explain auto bootstrap process in angularjs?
What is angular httpinterceptor?
What is dependency injection (di) in angular?
Which browsers does angular work with?
What is example of directive?
Does typescript have a future?
What is dependency injection in angularjs and how does it work?
What is single page application?
What is injectable in angular2?
What are angular directives?
What is the basic need to start with AngularJS?
Difference between ng-bind and ng-model directive.