Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 0.7.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

dg-ui

This library was generated with Angular CLI version 9.0.7.

Install

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

# NPM
$ npm install @inexio/dg-ui

Then, add the dg-ui global styles and the dg-ui theme to your project:

styles.scss:

@import "~@inexio/dg-ui/dg-ui";
@import "~@inexio/dg-ui/dg-ui-theme";

Alternatively, you can also add the global dg-ui styles to your angular.json:

angular.json:

{
    "projects": {
        "example-project": {
            "architect": {
                "build": {
                    "options": {
                        "styles": ["node_modules/@inexio/dg-ui/dg-ui.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 01 Mar 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc