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:
$ np