New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-simple-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-simple-date-picker

A simple calendar based date picker component for Angular

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Simple Date Picker

A simple calendar based datepicker component for Angular, very loosely based on https://github.com/kuvelas/mk-date-range-picker.

Basic usage:

import { SimpleDatePickerModule } from 'angular-simple-date-picker';

@NgModule({
  imports: [
    SimpleDatePickerModule
  ]
})

<simple-date-picker [(date)]="dateSelected"></simple-date-picker>

Inputs:

importantDates: Array // An array of dates in YYYY-MM-DD format to be highlighted on the calendar

Contribute

Like most libraries, this one could use some improvements.

https://github.com/KennyGScott/simple-date-picker

FAQs

Package last updated on 06 Aug 2019

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