import { Component } from '@angular/core'; @Component({ styles: [``], selector: '', template: ` Content of tab Foo Content of tab Bar ` }) export class TabsClientComponent { }