We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8864e0b commit 7b54faeCopy full SHA for 7b54fae
libs/core/nativescript/src/lib/canvas.ts
@@ -49,7 +49,7 @@ registerElement('Canvas', () => Canvas);
49
standalone: true,
50
template: `
51
<GridLayout>
52
- <Canvas #canvas style="width: 100%; height: auto" (ready)="canvasElement.set($event.object)"></Canvas>
+ <Canvas #canvas style="width: 100%; height: auto" (ready)="canvasElement.set($any($event).object)"></Canvas>
53
</GridLayout>
54
`,
55
providers: [{ provide: DOCUMENT, useValue: document }, provideStore()],
0 commit comments