Skip to content

Instantly share code, notes, and snippets.

@vaibhavgehani
Created July 31, 2020 09:42
Show Gist options
  • Select an option

  • Save vaibhavgehani/94502bbca14596818407754c0e49ee43 to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgehani/94502bbca14596818407754c0e49ee43 to your computer and use it in GitHub Desktop.
<ion-list>
<ion-item lines="full">
<ion-icon slot="start" name="moon"></ion-icon>
<ion-label>
Toggle Dark Theme
</ion-label>
<ion-toggle (ionChange)="onChange($event)" [(ngModel)]="checked" id="themeToggle" slot="end"></ion-toggle>
</ion-item>
</ion-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment