{
"Petition to file": [
{
"description": "fileing description",
"period": "30 days",
"fees": "500"
}
],
"Appearing before inspection": [
{
"description": "Appearence Description",
"period": "10 days",
"fees": "1500"
}
],
"Passing orders for a recording of statements": [
{
"description": "passing order description",
"period": "50 days",
"fees": "1000"
}
],
"Hearing of petition": [
{
"description": "Hearing of petition description",
"period": "55 days",
"fees": "2000"
}
],
"Decree of petition": [
{
"description": "decreeof description",
"period": "70 days",
"fees": "5000"
}
]
}
How to get the values of nested child headings. It is dynamic content .Also i need to fetch the values of nested objects that is period,fess,description . I'm using typescript program that is in angular cli