datasurvey/src/main/webapp/app/entities/dashboard/dashboard-admin/dashboard-admin.component.html

4 lines
290 B
HTML
Raw Normal View History

2021-08-10 01:07:19 +00:00
<p>dashboard-admin works!</p>
2021-08-11 00:07:25 +00:00
<button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesAdministradorExcel()">Export as Excel</button>
<button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesAdministradorPDF()">Export as PDF</button>