
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
fng-reports
Advanced tools
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
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
FAQs
Reporting plugin for forms-angular
The npm package fng-reports receives a total of 8 weekly downloads. As such, fng-reports popularity was classified as not popular.
We found that fng-reports demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.