Socket
Book a DemoInstallSign in
Socket

@3kles/kles-material-datepicker

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3kles/kles-material-datepicker

<!--[![pipeline status](http://gitlab.3kles.local/angular/klesmaterialdatepicker/badges/master/pipeline.svg)](http://gitlab.3kles.local/angular/klesmaterialdatepicker/-/commits/master)-->

latest
Source
npmnpm
Version
19.0.4
Version published
Weekly downloads
75
-7.41%
Maintainers
4
Weekly downloads
 
Created
Source

@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

License

MIT

Keywords

3KLES

FAQs

Package last updated on 07 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts