Ionic 2 RC.0 - error ts2307: cannot find module 'crypto-js'

Do you have a example using AES encrypt? It give me the error that AES is not defined…

image

I am doing like that

window.localStorage.setItem(“utilizador11”, CryptoJS.AES.encrypt(iUtilizador, “--------”));

And have this error

image

===============