标签: angular
@Component({ selector: 'my-app', template: ` <ul> <li *ngFor="#item of items">{{item.name}}</li> </ul> ` })
答案 0 :(得分:2)
在tsconfig.json
tsconfig.json
{ "compilerOptions": { "emitDecoratorMetadata": true } }