Angular - Components
Identify the error in this Angular component code:
@Component({ templateUrl: './app.component.html' }) export class AppComponent { template: 'Hello
'; }