Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created August 11, 2020 10:56
Show Gist options
  • Select an option

  • Save thisiszoaib/58452a42f9bb4eb6b1f25ba61b9fabef to your computer and use it in GitHub Desktop.

Select an option

Save thisiszoaib/58452a42f9bb4eb6b1f25ba61b9fabef to your computer and use it in GitHub Desktop.
Dark Mode 10
<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