Fehlertypeerror: this.element.children.foreach ist keine Funktion

for (let child of element.children) {
  console.log(child);
}
Perfect Peccary