import { Component } from '@angular/core'; @Component({ template: ` Top Component ` }) export class TooltipComponent { constructor() { } }