Objekt.Keys funktioniert nicht in angularer HTML
//make a variable in ts file
objectKeys = Object.keys;
//in Template access it like this
<p>
{{this.object[objectKeys(this.object)[0]]}}
</p>
Farwa Miraj