Created
August 11, 2020 10:56
-
-
Save thisiszoaib/58452a42f9bb4eb6b1f25ba61b9fabef to your computer and use it in GitHub Desktop.
Dark Mode 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mat-toolbar color="primary"> | |
| Angular Dark Mode | |
| <div class="flex-stretch"></div> | |
| <mat-icon class="mr-8">brightness_5</mat-icon> | |
| <mat-slide-toggle [formControl]="toggleControl" class="mr-8"> | |
| </mat-slide-toggle> | |
| <mat-icon>bedtime</mat-icon> | |
| </mat-toolbar> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment