New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@andersoncmelo/ui-angular

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andersoncmelo/ui-angular

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.

latest
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 19 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts