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 @anthonyikeda ,
thank you, for your comprehensive issue reported.
I'm sorry for the long delay ... but the answer to your question is likely simple.
The dependent 'crypto' library is provided by Node.JS core libs.
Currently, there's no support for browser-based applications, which do support this lib, out of the box.
Maybe there's a polyfill or siimlar replacement for such.
Currently, I have no spare time available to work on this issue.
I've added the module to my project:
yarn add macaroons.js
And the module gets added and I can use it in my Components:
But when I go to build the project I get
I've tried patching with the following approach: angular/angular-cli#1548 (comment)
But so far no luck.
OS: Windows 10
Node Version: v10.4.1
The text was updated successfully, but these errors were encountered: