Created
August 10, 2020 15:56
-
-
Save thisiszoaib/ba93eb8e10324260159c046ba2c8a6d2 to your computer and use it in GitHub Desktop.
Dark mode 4
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