Pages are now grouped per group they appear in on in the header (where possible) Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
7 lines
215 B
HTML
7 lines
215 B
HTML
<div class="switch-div" style="z-index: 1;">
|
|
<label class="switch">
|
|
<input type="checkbox" [checked]="isDarkMode" (change)="toggleTheme()" id="slider">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
</div>
|