|
||||
File indexing completed on 2025-01-18 09:16:07
0001 <button 0002 mat-raised-button 0003 class="toggle-button" 0004 [ngClass]="{ disabled: disabled }" 0005 [matTooltip]="tooltip" 0006 matTooltipPosition="above" 0007 matTooltipTouchGestures="off" 0008 > 0009 0010 <mat-icon [ngClass]="{ 'active-icon': active }" >{{ icon }}</mat-icon> 0011 0012 </button>
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |