This is a hash map response from backend and i need to display theses dates in a select box?how can i achieve it ?
{
"map":{
"2019-12-27T18:30:00.000+0000":[
"11:00-11:15"
],
"2019-12-29T18:30:00.000+0000":[
"10:00-10:15"
],
"2019-12-26T18:30:00.000+0000":[
"10:00-10:15",
"10:15-10:30",
"11:00-11:15",
"11:15-11:30",
"10:00-10:15",
"12:00-12:15"
]
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
If u got answer comments here so I can check too
stackblitz.com/edit/angular-7-mast...
Okkk
Response is response
all you need is to add some salt 'n' pepper to serve the dish
stackblitz.com/edit/angular-7-mast...