legacy-angular-mydatepicker
v16.0.0
Published
Angular datepicker
Downloads
14
Maintainers
Readme
angular-mydatepicker
This library was generated with 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
.