I try to align my title of matcard to right but the css doesn't work .. why ?
<mat-card [ngStyle]="{ 'margin':'5px','height':'130px'}">
<mat-card-header>
<mat-card-title [ngStyle]="{ 'text-align':'right' }">BLABLA</mat-card-title>
</mat-card-header>
</mat-card>