What am I doing wrong?
import {bootstrap, Component} from \'angular2/angular2\' @Component({ selector: \'conf-talks\', template: `
In my case, the module containing the component using the *ngFor resulting in this error, was not included in the app.module.ts. Including it there in the imports array resolved the issue for me.