<spantooltip="I HAVE A TOOLTIP!" [tooltipActive]="tooltipActive"><span *ngIf="tooltipActive">My tooltip can display!</span><span *ngIf="!tooltipActive">My tooltip is disabled!</span></span><buttontheme="secondary" (click)="toggleTooltip()">Toggle</button>