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
This is just from adding the documented side effect import (import 'nativescript-angular-webview-crypto';) and adding <polyfill-crypto></polyfill-crypto> to our main app template. I haven't tested with any other versions of Angular/NativeScript/TypeScript, and we're also using AOT compilation if that makes a difference.
Error at /home/gibson/cyph/tmp/node_modules/nativescript-angular-webview-crypto/index.ts:4:36: Argument of type '() => typeof WebViewCrypto' is not assignable to parameter of type 'ViewResolver'.
Type 'typeof WebViewCrypto' is not assignable to type 'ViewClass'.
Type 'WebViewCrypto' is not assignable to type 'View'.
Property 'android' is missing in type 'WebViewCrypto'.
The text was updated successfully, but these errors were encountered:
This is just from adding the documented side effect import (
import 'nativescript-angular-webview-crypto';
) and adding<polyfill-crypto></polyfill-crypto>
to our main app template. I haven't tested with any other versions of Angular/NativeScript/TypeScript, and we're also using AOT compilation if that makes a difference.The text was updated successfully, but these errors were encountered: