Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this library still working? #18

Open
maxipeli opened this issue Dec 27, 2018 · 3 comments
Open

Is this library still working? #18

maxipeli opened this issue Dec 27, 2018 · 3 comments

Comments

@maxipeli
Copy link

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?

@ariefurtado
Copy link

@maxipeli I agree with you, this is a very interesting and useful library...

Why don't you fork this? I can't do that myself but i can contribute somehow...

ps: if you do fork, please warn us here on this issue.

@crippy
Copy link

crippy commented Jan 17, 2019

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;

As per:- angular/angular-cli#9827 (comment)

@maxipeli
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants