In Angular case, one can try [muted]=”‘muted'”, It is working for me.
<video id="video" style="width:100%; height:100%" autoplay [muted]="'muted'" loop>
<source src="https://stackoverflow.com/questions/14111917/./assets/video/model-video.mp4" type="video/mp4">
</video>