不是错误
@Component({
selector: 'app-root',
template: '<h1>InlineTemplate</h1>',
styles: ['h1{color:red;}']})
但输入错误后
@Component({
selector: '
app-root',
template: '
<h1>InlineTemplate</h1>',
styles: ['h1{color:red;}']})
我不知道错误 是TypeScript tools sublineText3
答案 0 :(得分:0)
在&#34;选择器&#34;中使用`(反引号)代替&#39;(单引号)和&#34;模板&#34;