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
Guys, I had an issue with global not defined. It seemed impossible to get the library to bootup following the authors notes however, I was able to run the library by updating my polyfills.ts file to include the following snippet.
// Add global to window, assigning the value of window itself.
(window as any).global = window;
Finally I downloaded the library and fixed the issue (There is a pull request with some solution), so now it's working on my project.
So if you want, I can send you the project.
This library is very interesting and useful, but I have tried to install and use it with angular 6, but it seem imposible.
Is this project still alive? Can I do something to make it work?
The text was updated successfully, but these errors were encountered: