angular Error: Can’t bind to 'ngForIn' since it isn’t a known property of Nov 15, 2018 If you see this error it is a common case of incorrect syntax. Most likely the syntax you have is *ngFor="let x in someArray" The correct syntax is *ngFor="