how to iterate object of objects in angular template code example
Example: angular how to iterate object
keys() : Array<string> {
return Object.keys(this.myDict);
}
keys() : Array<string> {
return Object.keys(this.myDict);
}