How to store ` keyvalue` in the template variable
Advertisements I am trying to use the keyvalue and print in template. but not able to assign with variable. what would be the correct approach here? <h1 let item = (data|keyvalue)>New value {{item.key}}</h1> – not working in my ts file there is a data: data = { value: ‘info’ }; I can directly print this.… Read More How to store ` keyvalue` in the template variable