You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5 export type { Config, WifiEncryption, BodyShape, EyeFrameShape, EyeballShape };
ERROR in ./src/app/modules/directives/partials/qrCode/qrCode.partial.ts
Module not found: Error: Can't resolve '@intosoft/custoqr/dist/generateSVGString' in 'W:\www...'
i 「wdm」: Failed to compile.
It seems that index.d.ts is not correct on Angular. Do you have a solution ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi !
I've got a problem importing this library on Angular environment :
ERROR in node_modules/@intosoft/custoqr/dist/index.d.ts:5:1 - error TS1128: Declaration or statement expected.
5 export type { Config, WifiEncryption, BodyShape, EyeFrameShape, EyeballShape };
node_modules/@intosoft/custoqr/dist/index.d.ts:5:13 - error TS1005: ';' expected.
5 export type { Config, WifiEncryption, BodyShape, EyeFrameShape, EyeballShape };
ERROR in ./src/app/modules/directives/partials/qrCode/qrCode.partial.ts
Module not found: Error: Can't resolve '@intosoft/custoqr/dist/generateSVGString' in 'W:\www...'
i 「wdm」: Failed to compile.
It seems that index.d.ts is not correct on Angular. Do you have a solution ?
Thanks
The text was updated successfully, but these errors were encountered: