ngxsmk-datepicker
Version:
Lightweight, accessible date and range picker for Angular 17+. Standalone component, Signals, SSR and zoneless-ready, Luxon-based i18n and timezones.
11 lines (10 loc) • 352 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds ngxsmk-datepicker to the workspace: ensures the luxon peer dependency and prints getting-started guidance.",
"factory": "./ng-add/index#ngAdd",
"schema": "./ng-add/schema.json"
}
}
}