import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: `

Welcome to {{ title }}!

`, }) export class AppComponent { title = 'app'; }