Angular 6 For Beginners
16/12/2019
How to call a web API in angular
How to use Service in Angular App Part 8 How to call service in Angular App component can not fetch data directly from database. so to fetch data from database API need to call in Angular App . and ...
How to access Local and Session variable in Angular
To Set Value in Session storage
Sessionstorage.SetItem('key','value')
To get Value from Session storage
Sessionstorage.getitem('key')
To set Value in Local storage
localstorage.SetItem('key','value')
To get Value from Local storage
Sessionstorage.getitem('key')
local storage works like Viewstate and session storage work like session variable .
http://xafdeveloper.blogspot.com
https://youtu.be/povG03z340E
Click here to claim your Sponsored Listing.