Posted 24 April 2020, 4:18 pm EST
Can somebody please provide the latest usage instructions for SpreadJS in an angular application? The previous instructions from 2017 are not working correctly.
Forums Home / Spread / SpreadJS
Posted by: jake_chambers12 on 24 April 2020, 4:18 pm EST
Posted 24 April 2020, 4:18 pm EST
Can somebody please provide the latest usage instructions for SpreadJS in an angular application? The previous instructions from 2017 are not working correctly.
Posted 27 April 2020, 10:30 am EST
Hi,
You may follow the following instruction for using SJS in angular:
step 1: go to the following reference and complete all steps in it https://www.grapecity.com/spreadjs/docs/v13/online/angular.html
step 2: For production mode, add the following code in your tsconfig.app.json file:
"include": [
"src/**/*.ts",
[b]"node_modules/@grapecity/spread-sheets-angular/dist/gc.spread.sheets.angular.ts"[/b]
]
Please let us know if you face any issues.
Regards