You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

4 lines
277 B

<div class="mat-tooltip" [ngClass]="tooltipClass" [class.mat-tooltip-handset]="(_isHandset | async)?.matches"
[@state]="_visibility" (@state.start)="_animationStart()" (@state.done)="_animationDone($event)">
<ng-template [ngTemplateOutlet]="template"></ng-template>
</div>