What am I doing wrong?
import {bootstrap, Component} from \'angular2/angular2\' @Component({ selector: \'conf-talks\', template: ` 相关标签:
Just to cover one more case when I was getting the same error and the reason was using in instead of of in iterator
Wrong way let file in files
let file in files
Correct way let file of files
let file of files