0.1.8 • Published 11 months ago

@andersoncmelo/ui-angular v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

SPMS ui-angular

This library was generated with Angular CLI version 15.2.0.

This is a Angular component library created to serve SPMS applications.

Installation

Install the package in your project directory with:

yarn add @spms/ui-angular

This is a Angular Material based library, so if you don't already have it, you will also need to install the following package:

ng add @angular/material

Usage

You need to import the SPMSModule to be able to use the icons library in your app.module.ts file.

import { SPMSModule } from '@spms/ui-angular';

@NgModule ({
  imports: [
    SPMSModule,
  ]
})
class AppModule {}

Add the component tag to your html file.

Note: We are working in our docs application. Click here to access a provisional reference docs.