ng-gregorian-hijri-datepicker
Version:
* Lightweight **Angular** datepicker based on [ng-bootstrap](https://ng-bootstrap.github.io/#/components/datepicker/overview) that supports **Gregorian** and **Hijri** calendars. * Provides ability to swap between **Gregorian** and **Hijri** calendars *
14 lines (9 loc) • 467 B
text/typescript
/*
* Public API Surface of ng-gregorian-hijri-datepicker
*/
export * from './lib/hijri-gregorian-datepicker/consts';
export * from './lib/hijri-gregorian-datepicker/date-formatter.service';
export * from './lib/ng-gregorian-hijri-datepicker.service';
export * from './lib/ng-gregorian-hijri-datepicker.component';
export * from './lib/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component';
export * from './lib/ng-gregorian-hijri-datepicker.module';