ng-material-date-range-picker
Version:
This library provides the date range selection with two views.
11 lines (10 loc) • 323 B
TypeScript
/**
* @(#)public-api.ts Sept 05, 2023
*
* @author Aakash Kumar
*/
export * from './lib/ng-date-picker.component';
export * from './lib/model/select-date-option.model';
export * from './lib/ng-date-picker.module';
export * from './lib/constant/date-filter-const';
export * from './lib/model/date-selection-event.model';