ng-tailwind-date-picker
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

NgTailwindDatePicker

import { NgTailwindDatePickerModule } from 'ng-tailwind-date-picker';

Import NgTailwindDatePickerModule package into app module or any feature module

<ng-tailwind-date-picker (selectedDate)="setActiveDate($event)"></ng-tailwind-date-picker>

Add above selector template into html file of any component where you need the date picker.

public setActiveDate(event: any) {
    console.log('setActiveDate', event);
}

add above listener method in corresponding typescript class to get the selected date

Readme

Keywords

none

Package Sidebar

Install

npm i ng-tailwind-date-picker

Weekly Downloads

2

Version

0.0.2

License

none

Unpacked Size

80.5 kB

Total Files

16

Last publish

Collaborators

  • sparkout_tech