What am I doing wrong?
import {bootstrap, Component} from \'angular2/angular2\' @Component({ selector: \'conf-talks\', template: `
In my case I made the mistake of copying *ng-for= from the docs.
*ng-for=
https://angular.io/guide/user-input
Correct me if I am wrong. But it seems *ng-for= has been changed to *ngFor=
*ngFor=