// In your ts file Object = Object; // then in the template: my key: {{key}} my object {{objs[key] | json}}
keys() : Array { return Object.keys(this.myDict); }