import {Component} from '@angular/core'; /** * @title Tooltip that can be manually shown/hidden. */ @Component({ selector: 'tooltip-manual-example', templateUrl: 'tooltip-manual-example.html', styleUrls: ['tooltip-manual-example.css'], }) export class TooltipManualExample {}