muted not working in video tag angular code example
Example: muted not working in video tag angular
<video width="100%" height="440" controls autoplay [muted]="'muted'">
<source src="<your-video>" type="video/mp4">
</video>
<video width="100%" height="440" controls autoplay [muted]="'muted'">
<source src="<your-video>" type="video/mp4">
</video>