UNPKG

gramli-angular-mydatepicker

Version:

A highly configurable Angular datepicker and date range picker with no external dependencies. Lightweight, flexible, and feature-rich.

45 lines 1.13 kB
{ "name": "gramli-angular-mydatepicker", "version": "21.0.1", "description": "A highly configurable Angular datepicker and date range picker with no external dependencies. Lightweight, flexible, and feature-rich.", "keywords": [ "angular", "angular-date-picker", "date-picker", "datepicker", "date-range-picker", "calendar", "angular-calendar", "angular-ui", "angular-components", "lightweight", "typescript", "date-input", "form-control", "form-field", "customizable", "ui-component", "date-selection" ], "author": "gramli", "license": "MIT", "dependencies": { "tslib": "^2.0.0" }, "repository": { "type": "git", "url": "https://github.com/Gramli/angular-mydatepicker" }, "module": "fesm2022/gramli-angular-mydatepicker.mjs", "typings": "types/gramli-angular-mydatepicker.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/gramli-angular-mydatepicker.d.ts", "default": "./fesm2022/gramli-angular-mydatepicker.mjs" } }, "sideEffects": false }