skavinvarnan / Cross-Platform-AES

Simple cross-platform encryption and decryption using AES
MIT License
142 stars 69 forks source link

Cryptojs lib not working Angular8 #33

Open janibekm opened 5 years ago

janibekm commented 5 years ago

Trying to use in angular 8 and here is some issues.

janibekm commented 4 years ago

Solved!

You can find browser.js ../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/browser.js

then change node key: node:false --> Crypto:true, Stream:true

Screen Shot 2020-06-15 at 15 44 42

For example:

Screen Shot 2020-06-15 at 15 43 22