@fad-producto-portal/ng-fad-signature-fea
v1.1.0
Published
The `@fad-producto-portal/ng-fad-signature-fea` package provides a set of standalone Angular components designed to handle **digital signing flows** within the FAD Portal.
Keywords
Readme
@fad-producto-portal/ng-fad-signature-fea
Introduction
The @fad-producto-portal/ng-fad-signature-fea package provides a set of standalone Angular components designed to handle digital signing flows within the FAD Portal.
These components are built to work independently or integrated with other FAD modules, offering high customization via configuration inputs and visual flexibility.
The module includes approval lists, PDF viewers, error handling, signature summaries, RFC validations, and electronic signature uploads.
Prerequisites
Before installing this package, make sure you:
- Have a valid token to install private FAD modules.
- Are using Angular 16 or higher configured in your workspace.
- Have access to the private GitLab repository of FAD libraries.
Install peer-dependencies
npm install [email protected] [email protected] @fad-producto-portal/ng-fad-services@^1.0.0|Library |Version| |--------------------------------------|-------| |timers |0.1.1 | |hls.js |1.5.18 | |@fad-producto-portal/ng-fad-services |1.x.x |
Installation
Install the package with the following command:
npm install @fad-producto-portal/ng-fad-signature-feaAssets
Add the following to your angular.json to include the necessary assets:
{
"glob": "**/*",
"input": "node_modules/@fad-producto-portal/ng-fad-signature-fea/assets",
"output": "./assets/"
}Additional Documentation
To explore the full list of components, configurations, and usage examples:
code node_modules/@fad-producto-portal/ng-fad-signature-fea/USAGE_GUIDE.mdOr navigate to:
node_modules/@fad-producto-portal/ng-fad-signature-fea/USAGE_GUIDE.md