BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Did you find a solution to this ?
Syncfusion team seems to think it works fine, and the example they give shows a new solution made from the cli and then installing the library with npm, which does work, but as soon as I added a diagram component to the page it errored out. It may be fixed by now but given you are looking for a solution it seems like it might not have.
. . .
. . .
import 'zone.js/dist/zone'; // Included with Angular CLI.
import * as jquery from 'jquery';
window['jQuery'] = jquery;
window['$'] = jquery;
. . . |