UNPKG

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 *

10 lines (7 loc) 156 B
import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class NgxHijriGregorianDatepickerService { constructor() { } }