material-sign
v0.0.6
Published
Sign Component to use with your Angular 10 App with Angular Material
Maintainers
Readme
Material Sign
Simple sign box component to use with your Angular app, along with Angular Material.
Dependencies
You will need:
- Angular ^10
- Angular Material ^10
Instalation
To install this library, run:
$ npm install material-sign --saveand 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';