how to iterate through object 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);
}