Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:16:07

0001 <app-custom-menu-toggle
0002   tooltip="Dark theme"
0003   [active]="darkTheme"
0004   icon="brightness_6"
0005   (click)="setDarkTheme()"
0006   class="theme-button"
0007 >
0008 </app-custom-menu-toggle>