Posts by Pedro Arantes • 101 points
1 post
- 
		0 votes2 answers233 viewsA: Help - result.foreach is not a FunctionI believe that result is an array of HTML elements, right? If yes, result is a "array type" (Array like) and not an Array itself. Try this way: Array.from(result).forEach(element => {… angularanswered Pedro Arantes 101