0.1.7-dev • Published 5 years ago

dcd-ui-angular v0.1.7-dev

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

DCD UI Angular

GitHub package.json version GitHub release (latest by date) NPM npm bundle size

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

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 your angular.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.

Unreleased

Added