Plugin for forms-angular that adds Reporting capability, with grid output, totals, drill-downs (to other, more specific, reports or to the form that the data can be amended in), export to PDF and CSV
bower install fng-reports
Add the following lines to your index.html (or equivalent) file
<link rel="stylesheet" href="/bower_components/ng-grid/ng-grid.css" />
<script src="bower_components/ng-grid/build/ng-grid.min.js"></script>
<script src="bower_components/jspdf/dist/jspdf.min.js"></script>
<script src="bower_components/fng-reports/dist/fng-reports.js"></script>
The full documentation, which includes examples, is at www.forms-angular.org/#/plugins