Ramco Ramco

Ramco Ramco

  • 424
  • 3.4k
  • 483.4k

Position of Button

Jun 10 2024 6:49 AM

Hi

  I have below code and i want button to appear on right side corner.

  <mat-form-field>
    <mat-label>Filter</mat-label>
    <input matInput (keyup)="applyFilter($event)" placeholder="Ex. Mia" #input>
  </mat-form-field>

Thanks


Answers (3)