This library was generated with Angular CLI version 7.2.0.
Run npm run build-lib
to build the datepicker library. The build artifacts will be stored in the dist/
directory.
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.
After building your library with npm run build-lib
, go to the dist folder cd dist/angular-mydatepicker
and run npm publish
.