Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

fng-reports

Package Overview
Dependencies
Maintainers
1
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fng-reports

Reporting plugin for forms-angular

latest
Source
npmnpm
Version
0.12.0-beta.317
Version published
Weekly downloads
15
-21.05%
Maintainers
1
Weekly downloads
 
Created
Source

fng-reports

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

Usage

npm install fng-reports

To get all the dependencies at the top level of your node_modules run

npm dedupe

Add the following lines to your index.html (or equivalent) file

<link rel="stylesheet" href="angular-ui-grid/ui-grid.css" />

<script src="angular-ui-grid/ui-grid.js"></script>
<script src="jspdf/dist/jspdf.min.js"></script>
<script src="fng-reports/dist/fng-reports.js"></script>

The full documentation, which includes examples, is at www.forms-angular.org/#/plugins

Keywords

forms-angular

FAQs

Package last updated on 06 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts