loop for in angular code example Example: angular for loop let array = [1,2,3]; array.forEach(function (value) { console.log(value); });