@3kles/kles-material-datepicker
v19.0.4
Published
<!--[](http://gitlab.3kles.local/angular/klesmaterialdatepicker/-/commits/master)-->
Downloads
220
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 --saveHow 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