@syncfusion/ej2-angular-calendars
Version:
A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular
44 lines • 1.74 kB
JSON
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "30.2.4",
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-angular-base": "~30.2.4",
"@syncfusion/ej2-calendars": "30.2.4"
},
"keywords": [
"angular",
"ng",
"ng-calendars",
"ej2-ng-calendars"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
},
"sideEffects": false,
"module": "fesm2015/syncfusion-ej2-angular-calendars.mjs",
"es2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-calendars.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
"fesm2015": "fesm2015/syncfusion-ej2-angular-calendars.mjs",
"typings": "syncfusion-ej2-angular-calendars.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-calendars.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-calendars.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-calendars.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-calendars.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-calendars.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-calendars.mjs"
}
},
"homepage": "https://www.syncfusion.com/angular-components"
}