0.1.8 • Published 2 years ago
@andersoncmelo/ui-angular v0.1.8
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-angularThis 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/materialUsage
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.
0.1.8
2 years ago