🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@inexio/dg-ui

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inexio/dg-ui

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

npmnpm
Version
0.2.1
Version published
Maintainers
2
Created
Source

dg-ui

This library was generated with Angular CLI version 9.0.7.

Install

(TBA)

# Angular CLI
$ ng add @inexio/dg-ui

# NPM
$ npm install @inexio/dg-ui

Then, add this libraries global styles inside the target projects angular.json-file:

{
    "projects": {
        "example-project": {
            "architect": {
                "options": {
                    "styles": ["node_modules/@inexio/dg-ui/styles.css"]
                }
            }
        }
    }
}

Develop

Simply run the following command to start the demo application. This also features hot reloading of changes made to library components.

$ ng serve

Build

Run the following comands to build the library into the dist folder:

# Development
$ ng build dg-ui

# Production
$ ng build dg-ui --prod

Ship

Push or merge into master and initiate a new package release by running the following command inside of dist/dg-ui:

$ np

FAQs

Package last updated on 28 Jul 2020

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