1

I have come here with a concern. We want a structure of linking for different CTAs on same page of our client's website. Like, if someone opens the link https://www.smansha.com/webinar/#book-a-private-demo/ then it should open with respective pop-up directly.

Same for this: https://www.smansha.com/webinar/#attend-a-free-webinar/ Your suggestion would be appreciated much if you could help me how to make this structure possible.

Thanks in advance.

Jitender

  • this should be elementary.. You do have your `(click)="myClickFunction($event)"` on those various buttons/anchors? so you can pass the popup link as the second prop ( `myClickFunction($event, 'targetlink.dev')` ) and just use it in the handler `myClickFunction( e: Event, link: String) => window.open(link)` – zergski Jan 19 '21 at 14:59
  • Thanks for your comment. Are you talking about event tracking creation? – Jitender Kumar Jan 19 '21 at 15:15
  • Not really. Event handling. https://angular.io/guide/user-input – zergski Jan 19 '21 at 15:29

0 Answers0