/material-sign

Primary LanguageTypeScript

Build Demo

Material Sign

Simple sign box component to use with your Angular app, along with Angular Material. Using (https://github.com/szimek/signature_pad)

Demo

Dependencies

You will need:

  • Angular ^10
  • Angular Material ^10

Instalation

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';