@fad-producto-portal/ng-fad-viewer
v1.0.3
Published
The `@fad-producto-portal/ng-fad-viewer` package provides a set of standalone Angular components designed to visualize, validate, and interact with different types of contract-related documents, signatures, and associated data within the FAD Portal.
Keywords
Readme
@fad-producto-portal/ng-fad-viewer
Introduction
The @fad-producto-portal/ng-fad-viewer package provides a set of standalone Angular components designed to visualize, validate, and interact with different types of contract-related documents, signatures, and associated data 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 viewers for PDFs, signature validations, biometric validations, document details, mini previews, and more.
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-viewerAssets
Add the following to your angular.json to include the necessary assets:
{
"glob": "**/*",
"input": "node_modules/@fad-producto-portal/ng-fad-viewer/assets",
"output": "./assets/"
}Additional Documentation
To explore the full list of components, configurations, and usage examples:
code node_modules/@fad-producto-portal/ng-fad-viewer/USER_GUIDE.mdOr navigate to:
node_modules/@fad-producto-portal/ng-fad-viewer/USER_GUIDE.md