dcd-ui-angular
v0.1.7-dev
Published
![GitHub package.json version](https://img.shields.io/github/package-json/v/datacentricdesign/dcd-ui-angular) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/datacentricdesign/dcd-ui-angular) ![NPM](https://img.shields.io/npm/l/
Downloads
1
Readme
DCD UI Angular
A set of Angular components to facilitate the design of web app for the Data-Centric Design Hub.
Intallation
npm uninstall @datacentricdesign/ui-angular
npm install
cd project/ui-angular
&npm install
Build and start
npm run start
- Go to http://localhost:4200/
UI angular library developement
Run ng generate component component-name --project ui-angular
to generate a new
component. You can also use ng generate directive|pipe|service|class|guard|interface
|enum|module --project ui-angular
.
Note: Don't forget to add
--project ui-angular
or else it will be added to the default project in yourangular.json
file.
Build
Run npm run build-lib
to build the library ui-angular. The build artifacts will
be stored in the dist/
directory.
Publishing
After building your library with npm run build-lib
, go to the dist folder
cd dist/ui-angular
and run npm publish
.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.