Very new to Angular. I'm trying to play a hard-coded mp3 file with Angular
I have the mp3 file in the same path as my component, and I'm trying to use the tag like:
<audio controls src={{./name-of-file.mp3}}></audio>
However, this is not working. Is there a straightforward way to hardcode a brief mp3 file into my app?