<button (click)="isShowInfo = !isShowInfo">Toggle me</button> <div *ngIf="isShowInfo"> <p>Here is my info</p> </div>