material-sign
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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

Package Sidebar

Install

npm i material-sign

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

407 kB

Total Files

27

Last publish

Collaborators

  • rockaru