I am using typescript version 1.8 and getting this error. I am new to typescript please help.
npm version: 3.9
File: ponymain-app.component.ts
import {Component} from '@angular/core';
@Component({
selector: 'ponyracer-app',
template: `<h1>Hye bud!</h1>`
})
File: Index.html
<body>
<ponyracer-app>
loading....
</ponyracer-app>
</body>
ponymain-app.component.tsfile?