I have encountered a problem while trying to iterate through my array using foreach and forloop in an angular 8 application. Despite having 250 objects in the array, it is not iterating through any elements. I am unable to figure out what the issue could be. Can anyone help me identify the problem?
Below is the code snippet I am using:
if (attributeValue.lovAvailable) {
console.log('LOV....', attributeObject.attributeLOVList);
attributeObject.attributeLOVList.forEach(element => {
console.log('element', element);
});
}
This is the console output of my list:
This is the expand list: