79261611

Date: 2024-12-07 23:52:05
Score: 1
Natty:
Report link

The issue is solved.

My problem was that invite_btn was the <a> tag on my button - I just used the parent element of it (the entire button) to observe:

observer.observe(this.invite_btn.nativeElement.parentElement as HTMLElement);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Razzer