-
Notifications
You must be signed in to change notification settings - Fork 300
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
Error in Angular Universal with ngx-mask #399
Comments
I also have this problem. Adding NGX-mask breaks our whole solution
|
The problem comes from the fact that there is no implementation of the |
Hi, I am also facing this issue, and it will prevent me from using this lib, unfortunately :/ Thanks for the great work! |
in order to avoid server errors we have to patch the global object with fake implementation of the KeyboardEvent and add a type alias so that the global object path is executed right before the event reference in the code fixes JsDaddy#399
Hello are there any plans to merge #424? Seems like there are people who already tried this in prod and it works for them as well. This is the only solution I could come up with other than replacing the type of the event with |
@bpopnikolov Hi. I will check . I will able to do this today or tomorrow |
@izmaylovdev @DBaker85 @bpop-bc @rms-bc @bpopnikolov Pleas try latest version |
SSR broke after adding ngx-mask, error:
Version 7.8.9
The text was updated successfully, but these errors were encountered: