BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
ERROR in [at-loader] ./src/app/home/home.component.ts:282:13
TS2346: Supplied parameters do not match any signature of call target.
ERROR in [at-loader] ./src/app/home/home.component.ts:294:41
TS2339: Property 'ToolBase' does not exist on type 'typeof Diagram'.
ERROR in [at-loader] ./src/app/home/home.component.ts:297:64
TS2339: Property 'UserHandle' does not exist on type 'typeof Diagram'.
for the following snippet:
You should also update the userHandle example here: https://help.syncfusion.com/angular-2/diagram/interaction#user-handles
to show the correct way to set userHandles on angular 2 like so:
rather than syncApp.controller(....) which you dont even give context for how to make anyway,