is there an angular way to change the name of the file from which im displaying the content in the main tag? right now im just using the php include function:
<main>
<?php include 'hello.html';?>
</main>
but is there a "angulary" solution to change the hello.html file to be lets say...goodbye.html?