@bmat-shared-libs/angular-month-picker
v11.2.14
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
Downloads
2
Readme
AngularMonthPicker
This library was generated with Angular CLI version 7.2.0.
It provides a month picker widget. It can be used stand-alone or using the FormsModule.
Code scaffolding
Run ng generate component component-name --project angular-month-picker
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project angular-month-picker
.
Note: Don't forget to add
--project angular-month-picker
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build angular-month-picker
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build angular-month-picker
, go to the dist folder cd dist/angular-month-picker
and run npm publish
.