styled toggle button and Added alert service

This commit is contained in:
Tiago Kayaya
2020-08-28 11:37:28 +01:00
parent 0480d28caa
commit bad8225130
6 changed files with 73 additions and 13 deletions
+2 -1
View File
@@ -20,10 +20,11 @@
</ion-label>
</ion-item>
</ion-title>
<!-- customized TOGGLE button -->
<label class="switch"><input type="checkbox" id="togBtn">
<div class="slider round">
<!--ADDED HTML --><span class="mdgpr">MDGPR</span><span class="pr">PR</span><!--END-->
<!--ADDED HTML --><span class="mdgpr" (click)="showAlert()">MDGPR</span><span class="pr">PR</span><!--END-->
</div>
</label>