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 *

20 lines (15 loc) 315 B
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'lib-ng-gregorian-hijri-datepicker', template: ` <p> -gregorian-datepicker works! </p> `, styles: [] }) export class NgxHijriGregorianDatepickerComponent implements OnInit { constructor() { } ngOnInit() { } }