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

can't trigger window.load #160

Open
emn178 opened this issue Mar 22, 2019 · 0 comments
Open

can't trigger window.load #160

emn178 opened this issue Mar 22, 2019 · 0 comments

Comments

@emn178
Copy link

emn178 commented Mar 22, 2019

I'm submitting a ... (check one with "x")

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if similar feature request does not exist
[ ] support request => Suggested place for help and support is [stackoverflow](https://stackoverflow.com/), search for similar question before posting

Description

When I use this module, window.load won't trigger randomly.

🔬 Minimal Reproduction (if applicable)

in app.component.

@HostListener('window:load')
  load() {
    console.log('loaded');
  }

🌍 Your Environment

Angular Version:
7.2.0

Localize Router Version:
2.0.0-RC.2

Anything else relevant?

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

1 participant