Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.
This repository was archived by the owner on May 3, 2026. It is now read-only.

can't trigger window.load #160

@emn178

Description

@emn178

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions