File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55</ div >
66< div class ="row mb-2 ">
77 < div class ="col-6 ">
8- < button mat-raised-button color ="accent " class ="w-100 " (click) ="exportToCSV() " [disabled] ="invoices.length == 0 "> Exportar CSV</ button >
8+ < button mat-raised-button color ="accent " class ="w-100 " (click) ="exportToCSV() " [disabled] ="invoices.length == 0 "> < mat-icon > cloud_download </ mat-icon > CSV</ button >
99 </ div >
1010 < div class ="col-6 ">
11- < button mat-raised-button color ="accent " class ="w-100 " (click) ="exportToXLSX() " [disabled] ="invoices.length == 0 "> Exportar XLSX </ button >
11+ < button mat-raised-button color ="accent " class ="w-100 " (click) ="exportToXLSX() " [disabled] ="invoices.length == 0 "> < mat-icon > cloud_download </ mat-icon > Excel </ button >
1212 </ div >
1313</ div >
1414< div class ="row mb-2 ">
1717 </ div >
1818</ div >
1919
20- < button mat-raised-button color ="primary " class ="w-100 " (click) ="test() "> TEST</ button >
20+ <!-- button mat-raised-button color="primary" class="w-100" (click)="test()">TEST</button-- >
2121
2222< div *ngIf ="invoices.length > 0 && !loading " class ="row ">
2323 < div class ="col-12 ">
You can’t perform that action at this time.
0 commit comments