UNPKG

@syncfusion/reporting-angular

Version:

The Syncfusion Reporting UI components for Angular contains `Report Viewer` and `Report Designer` Angular components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that a

49 lines (48 loc) 1.11 kB
{ "name": "@syncfusion/reporting-angular", "version": "4.1.16", "scripts": { "lint": "tslint ej/**/*.ts", "tsc": "tsc", "build:aot": "ngc -p ./tsconfig-aot.json" }, "repository": { "type": "git", "url": "https://github.com/syncfusion/ej-angular2" }, "author": "Syncfusion Inc", "keywords": [ "syncfusion", "ej", "essential", "javascript", "angular", "angular 2", "angular2", "ej-angular2" ], "bugs": { "url": "https://github.com/syncfusion/ej-angular2/issues" }, "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": { "@syncfusion/reporting-javascript": "*" }, "devDependencies": { "@angular/common": "5.0.0", "@angular/compiler": "5.0.0", "@angular/compiler-cli": "5.0.0", "@angular/core": "5.0.0", "@angular/forms": "5.0.0", "@types/ej.web.all": "0.0.2", "@types/jquery": "2.0.34", "@types/node": "6.0.52", "rxjs": "5.5.2", "zone.js": "^0.8.4", "codelyzer": "^0.0.28", "tslint": "^3.15.1", "typescript": "2.4.2", "typings": "^1.0.4" } }