0.7.5 • Published 3 years ago

@inexio/dg-ui v0.7.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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
0.7.5

3 years ago

0.7.4

3 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.9

4 years ago

0.6.8

4 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.4.0

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.0.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago