/ngx-universign

Angular library to sign universign documents in your browser

Primary LanguageTypeScriptMIT LicenseMIT

ngx-universign

RedFroggy

A RedFroggy project


Universign iframe integration for Angular. Gives you the possibility to sign documents in the browser.

The universign iframe integration relies on this documention.

The component loads an universign javascript file that creates an iframe in which a user can sign documents.

Installation

npm install ngx-universign

Getting started

  • Import UniversignModule to your Angular application
import { UniversignModule } from 'ngx-universign';

@NgModule({
  imports: [
    UniversignModule
  ]
})
export class AppModule {}
  • Add <ngx-universign-iframe [signerId]="signerId"> in your template. It will load the document to sign in the iframe.
  • The signerId identifier si provided by universign once the document is uploaded.

Environments:

There is two universign environments (sign.test.universign.eu and app.universign.com) and a different javascript file for each one: