Created
July 31, 2020 09:42
-
-
Save vaibhavgehani/94502bbca14596818407754c0e49ee43 to your computer and use it in GitHub Desktop.
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
| <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