Winkelrohr -JSON -Fehler
// resolved by importing CommonModule not on the app.module.ts but
// on the componentName.module.ts
import { CommonModule } from '@angular/common';
imports: [CommonModule]
Ham-Solo