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:
invite_btn
<a>
observer.observe(this.invite_btn.nativeElement.parentElement as HTMLElement);