Closed abdullahcel1k closed 2 years ago
Hello i need run on ionic with angular but typescript types not working. `
import * as CanvasCamera from 'cordova-plugin-canvascamera'; ` return this error : File '~/node_modules/@types/cordova-plugin-canvascamera/index.d.ts' is not a module.
The type definition has been made by a contributor see here We are going to dig into this issue.
Hello, the latest plugin version entirely rewritten in typescript with its types. You can check a working typescript/angular demo here
Hello i need run on ionic with angular but typescript types not working. `