# angular-mydatepicker

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

## Build

Run `npm run build-lib` to build the datepicker library. The build artifacts will be stored in the `dist/` directory.

## Create local npm package

After building your library with `npm run build-lib`, go to the dist folder `cd dist/angular-mydatepicker` and run `npm pack`. The npm package is created to the `dist/angular-mydatepicker` folder.

## Publishing

After building your library with `npm run build-lib`, go to the dist folder `cd dist/angular-mydatepicker` and run `npm publish`.
