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
Hi,
at file src/other/get-random-values.ts there is the following conditional:
if (typeof process !== 'undefined') {
const nodeCrypto = require('crypto');
Running angular ng cli this conditional evaluates to true, but we have the following error:
ERROR in /home/jrabelo/codes/cm-codebase/core/node_modules/asmcrypto.js/asmcrypto.all.es8.js
Module not found: Error: Can't resolve 'crypto' in '/home/jrabelo/codes/cm-codebase/core/node_modules/asmcrypto.js'
I think We need to be able to check if crypto exists in current namespace
Hi,
at file src/other/get-random-values.ts there is the following conditional:
Running angular ng cli this conditional evaluates to true, but we have the following error:
I think We need to be able to check if crypto exists in current namespace