Nested Array

How can I display the below nested array in HTML with ngfor

{chest: {…}, hints: {…}}
chest
:
1
:
Array(2)
0
:
"1"
1
:
"2"
length
:
2
__proto__
:
Array(0)
3
:
Array(3)
0
:
"1"
1
:
"2"
2
:
"3"
length
:
3
__proto__
:
Array(0)
__proto__
:
Object
hints
:
1
:
Array(1)
0
:
"test1"
length
:
1
__proto__
:
Array(0)
3
:
Array(1)
0
:
"test2"
length
:
1
__proto__
:
Array(0)
__proto__
:
Object
__proto__
:
Object