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

Welcome to {{ title }}!

{{ title }} app is running! Angular Logo

Here are some links to help you start:

`, styles: [], }) export class AppComponent { title = 'example'; }