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

Hello welcome to our site!

` }) export class HomeComponent { title = 'home'; }