Hi, I want to align left my table.
Below is my code:
<td *ngFor="let headers of columnsDetailChart" style="text-align:left">
But when I ran the rendered code is:
<td _ngcontent-serverapp-c18="" style="" class="ng-star-inserted">
I new at front end (angular) and this apps is from previous programmer.
Any help would be appreciated, thanks.