How to i display todo,todo1,todo2,todo3 in html file

below data is console data

t {__zone_symbol__state: null, __zone_symbol__value: Array(0)}
__zone_symbol__state
:
true
__zone_symbol__value
:
todo
:
"asd"
todo1
:
"asd"
todo2
:
"asd"
todo3
:
"asd"

Explicitly declare a proper type (not any) for all variables and function return values in your code. When you do that, your IDE and build tools should help guide you to understanding what you have and what you need to do with it.