I want to add text inside the Toggle in ionic 2. A solution is available in the web for Ionic v1 but nothing for v2. Any help.
<ion-item>
<ion-label>Test</ion-label>
<ion-toggle [(ngModel)]="test"></ion-toggle>
</ion-item>
I want to add text inside the Toggle in ionic 2. A solution is available in the web for Ionic v1 but nothing for v2. Any help.
<ion-item>
<ion-label>Test</ion-label>
<ion-toggle [(ngModel)]="test"></ion-toggle>
</ion-item>