UNPKG

@syncfusion/ej2-angular-documenteditor

Version:

Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular

43 lines 1.71 kB
{ "name": "@syncfusion/ej2-angular-documenteditor", "version": "32.1.20", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "schematics": "./schematics/collection.json", "dependencies": { "@syncfusion/ej2-base": "~32.1.19", "@syncfusion/ej2-angular-base": "~32.1.19", "@syncfusion/ej2-documenteditor": "32.1.20" }, "keywords": [ "ej2-angular-documenteditor", "angular-documenteditor", "angular" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-angular-ui-components.git" }, "sideEffects": false, "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs", "es2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs", "esm2020": "esm2020/syncfusion-ej2-angular-documenteditor.mjs", "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs", "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs", "typings": "syncfusion-ej2-angular-documenteditor.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./syncfusion-ej2-angular-documenteditor.d.ts", "esm2020": "./esm2020/syncfusion-ej2-angular-documenteditor.mjs", "es2020": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs", "es2015": "./fesm2015/syncfusion-ej2-angular-documenteditor.mjs", "node": "./fesm2015/syncfusion-ej2-angular-documenteditor.mjs", "default": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs" } }, "homepage": "https://www.syncfusion.com/angular-components" }