I have a project that uses Kendo UI for jQuery to work with spreadsheets. I want to recreate the project from scratch in Angular using the Kendo UI for Angular Spreadsheet component.
In jQuery, I am currently using `kendo.spreadsheet.defineFunction()` (docs) to define our custom functions and I would like to do the same in Angular.