Can't bind to 'ngForIn' since it isn't a known property of 'div'. code example
Example 1: Can't bind to 'ngModel' since it isn't a known property of 'input'
import { FormsModule } from '@angular/forms';
[...]
@NgModule({
imports: [
[...]
FormsModule
],
[...]
})
Example 2: core.js:12799 Can't bind to 'ngForIn' since it isn't a known property of 'ng-container'.
<!--I typed in instead of 'of' in the ngFor expression.-->
<div *ngFor="#talk of talks">