when I log in that time I am getting the response like below. I want to store the token and id in local storage and cookie. How could I call the data in angular6
{
code: 200
data:
{
alt_email: null
balance: "100.00"
current_institution_id: null
designation: null
id: 75
token: "5c5d0d8cb6716"
}
status:true
}