This issue happens if there are 2 *ngIf added to a statement. I had similar code <div *ngIf="someCondition class="class-name" *ngIf"condition"> After removing one of them it worked.
Hope this would help