The example on the documentation page for Angular editors will not compile. The specific issue is with
constructor(props) { super(props) }
Typescript is expecting a binding of Handsontable. Simply putting props there throws an error while compiling. Expected 6 arguments, but got 1.
Is there something that I’m missing?
I’ve never came across super(props)
with Angular. I’ve created an issue on git hub but I’m hoping to expedite this process.