Anil Vangari's Blog

Useful stuff | Random thoughts | Creative ideas

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="

  • Anil Vangari
    Anil Vangari
1 min read
Anil Vangari's Blog © 2019
Latest Posts