1

I try to create a link from my angular 6 application to a external url. But my routing module converts al the links to internal pages.

SAPHI
  • 465
  • 1
  • 4
  • 6

1 Answers1

0

Use simply window.location.href = '...';