@3kles/kles-material-datepicker
v18.0.0
Published
<!--[![pipeline status](http://gitlab.3kles.local/angular/klesmaterialdatepicker/badges/master/pipeline.svg)](http://gitlab.3kles.local/angular/klesmaterialdatepicker/-/commits/master)-->
Downloads
148
Readme
@3kles/kles-material-datepicker
kles-material-datepicker is a component library to build Material Angular Form
to select a date.
Changelog
Check out the changelog to check all the latest changes.
Models
Interfaces
- KlesMatDatepickerControl -> Interface to set a control associated with a date picker
Components
- KlesMatDatepicker<D> -> Component to create a date picker
Install
npm
npm install @3kles/kles-material-datepicker --save
How to use
In the module
import { KlesMaterialDatepickerModule } from '@3kles/kles-material-datepicker';
...
@NgModule({
imports: [
KlesMaterialDatepickerModule,
...
]
...
})
Check the documentation
to use component and directive.
Tests
npm install
npm test