UNPKG

ngx-hijri-gregorian-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

6 lines (5 loc) 166 B
import { OnInit } from '@angular/core'; export declare class NgxHijriGregorianDatepickerComponent implements OnInit { constructor(); ngOnInit(): void; }