UNPKG

ngx-jalali-date-picker

Version:

This is a configurable date-picker build for Angular applications. Supports latest (Angular 18) version. This date-picker is based on ng2-date-piker and ngx-jalali-date-picker date pickers.

44 lines 1.03 kB
{ "name": "ngx-jalali-date-picker", "version": "3.0.0", "author": "Mehrdad Kowsari", "repository": { "type": "git", "url": "https://github.com/mehrdadKowsari/ngx-jalali-date-picker.git" }, "keywords": [ "angular18", "date", "datepicker", "date-picker", "ngx-jalali-datepicker", "ng2-jalali-datepicker", "ng2-datepicker", "ng-datepicker", "angular", "picker", "angular-datepicker" ], "peerDependencies": { "@angular/common": "^18.2.13", "@angular/core": "^18.2.13", "jalali-moment": "^3.3.11" }, "dependencies": { "tslib": "^2.6.2" }, "module": "fesm2022/ngx-jalali-date-picker.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-jalali-date-picker.mjs", "esm": "./esm2022/ngx-jalali-date-picker.mjs", "default": "./fesm2022/ngx-jalali-date-picker.mjs" } }, "sideEffects": false }