triniwiz / nativescript-canvas-plugin

The source is now managed at https://github.com/NativeScript/canvas
Apache License 2.0
31 stars 5 forks source link

Is it possible to install this plugin on Angular? #6

Closed bellalMohamed closed 4 years ago

bellalMohamed commented 4 years ago

Is it possible to install this plugin on Angular? I tried to use it with angular but I didn't manage to initiate the TNSCanvas class

triniwiz commented 4 years ago

Have you tried registering the element ?

registerElement('Canvas', () => require('nativescript-canvas-plugin').TNSCanvas);
triniwiz commented 4 years ago

@bellalMohamed all you need to do is https://github.com/triniwiz/nativescript-canvas-plugin/blob/master/demo-angular/src/main.ts#L5