Buttons can be links that specify an action that will be performed on another page of the website.
On desktop, external links (non-relative routes) will open in a new tab by default and must explicitly set [newTab]="false"
to open in the same tab. On mobile devices, links will open to new tabs, but can be whitelisted to override behavior.
On desktop, internal links will open in the same tab by default, and must explicitly set [newTab]="true"
to open in a new tab. On mobile devices, links will always open to same tab.
To override default behavior, links or file extensions can be whitelisted.