There is no error
@Component({
selector: 'app-root',
template: '<h1>InlineTemplate</h1>',
styles: ['h1{color:red;}']})
However, after pressing Enter, an error occurs
@Component({
selector: '
app-root',
template: '
<h1>InlineTemplate</h1>',
styles: ['h1{color:red;}']})
I am unsure about the error Is it related to TypeScript or Sublime Text 3?