import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: ` Contact Items Customers ` }) export class AppComponent { }