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

fix(mask-directive): replaced native KeyboardEvent with type alias #424

Conversation

bpopnikolov
Copy link
Contributor

@bpopnikolov bpopnikolov commented Apr 11, 2019

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 patch is executed right before the event reference in the code

fixes #399

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
@rms-bc
Copy link

rms-bc commented Apr 17, 2019

We tried this fix in production and it works!
Thanks for this quick PR.

Anyone can approve it? @NepipenkoIgor maybe?

Thanks everyone! 👍

@NepipenkoIgor NepipenkoIgor merged commit 7f972ca into JsDaddy:develop Apr 23, 2019
@TimHarker
Copy link

Worked at my end. Thanks guys!

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

Successfully merging this pull request may close these issues.

Error in Angular Universal with ngx-mask
4 participants