Simple sign box component to use with your Angular app, along with Angular Material. Using (https://github.com/szimek/signature_pad)
You will need:
- Angular ^10
- Angular Material ^10
To install this library, run:
$ npm install material-sign --save
and then from your Angular AppModule:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import the module
import { MaterialSignModule } from 'material-sign';