Posted 31 January 2020, 7:30 pm EST
What is the proper way to initialize GC.Spread.Sheets.LicenseKey in an Angular 8 environment? For a specific page component, such as:
async workbookInit(args: any) {
this.ccrWorkbook = args.spread;
if (this.ccrWorkbook) {
this.ccrWorkbook.fromJSON(ccrJsonData, {});
}.....
