dcd-ui-angular v0.1.7-dev
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-angularnpm installcd 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-angularor else it will be added to the default project in yourangular.jsonfile.
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.