Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save thisiszoaib/ba93eb8e10324260159c046ba2c8a6d2 to your computer and use it in GitHub Desktop.
Dark mode 4
<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