skip to Main Content

Html – how to automatically enable a button without clicking on it?

i want the first button to be clicked right when the page loads im building it using html,css, typescript <div class="media-column"> <!-- posts button --> <button #postsButton class="media-button"(click)="applyFilter('posts')"> <span class="media-label">Posts</span> </button> <!-- images button --> <button class="media-button"(click)="applyFilter('images')"> <span class="media-label">Pictures</span> </button>…

VIEW QUESTION

Html – I am trying to display two columns within a row in my ionic/angular project. the its just creating a stack where the other content is in the bottom

I am trying to display two columns within a row in my ionic/angular project. the its just creating a stack where the other content is in the bottom. this is also my css <ion-grid class="rewards-container" *ngIf="!noRewardsData"> <ion-row class="row-container"> <ng-container *ngFor="let…

VIEW QUESTION
Back To Top
Search