# VedraxUi

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.

## Code scaffolding

Run `ng generate component component-name --project vedrax-ui` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project vedrax-ui`.
> Note: Don't forget to add `--project vedrax-ui` or else it will be added to the default project in your `angular.json` file. 

## Adding library

Adding library on vedrax-workspace level ONLY

Note: for using datepicker, we need to run to install moment.js `npm i moment` and @angular/material-moment-adapter `npm i @angular/material-moment-adapter`

## Build

Open directory in `vedrax-workspace/projects/vedrax-ui`
Run `ng build vedrax-ui --configuration production` to build the project. 
The build artifacts will be stored in the `vedrax-workspace/dist/vedrax-ui` directory.

## Publishing

Open directory in `vedrax-workspace/dist/vedrax-ui`
Run `npm publish`.

## Running unit tests

Run `ng test vedrax-ui` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
