Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Change button icon when clicking on the button

$
0
0

@amine216 wrote:

I need to change icon of the button when clicking the button

test.ts

  isDisplayImage: boolean = false;
  isDisplayGen: boolean = false;
  isDisplayProd: boolean = false;


  displayImage() {
    this.isDisplayImage = !this.isDisplayImage;
    this.isDisplayProd =false ;
    this.isDisplayGen =false ;
  }

test.html

 <button ion-button="photo" style=" margin-right: 8px ;  margin-left:  15px;" (click)="displayImage()">
    <ion-icon name="md-add"> Photo</ion-icon>
</button>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>