0.0.2 • Published 2 years ago

ng-tailwind-date-picker v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

0.0.2

2 years ago

0.0.1

2 years ago