<button (click)="toggleShow()" type="checkbox" >show/hide</button> <div *ngIf="isShown" class="row container-fluid" id="divshow" > Div Content </div>