19.0.0 • Published 1 year ago

@3kles/kles-material-datepicker v19.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@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\ -> 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

License

MIT

19.0.0

1 year ago

18.0.2

1 year ago

18.0.1

1 year ago

14.0.5

1 year ago

18.0.0

2 years ago

17.0.1

2 years ago

17.0.0

3 years ago

16.0.1

3 years ago

16.0.0

3 years ago

14.0.4

3 years ago

14.0.3

3 years ago

14.0.2

3 years ago

14.0.1

3 years ago

14.0.0

3 years ago