0.0.6 • Published 4 years ago

material-sign v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Build Demo

Material Sign

Simple sign box component to use with your Angular app, along with Angular Material.

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