Skip to content

Instantly share code, notes, and snippets.

@4gray
Created October 30, 2018 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4gray/d6e34ede5d31c4c62f65261f6371a36a to your computer and use it in GitHub Desktop.
Save 4gray/d6e34ede5d31c4c62f65261f6371a36a to your computer and use it in GitHub Desktop.
Angular window resize listener
@HostListener('window:resize', ['$event'])
onResize(event) {
// magic here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment