Vincent Cailly

Results 3 comments of Vincent Cailly

What I do in my Angular app: ``` setTimeout(()=>{ howl.play()}, (200)); ```

Are you're trying to open the web-page locally (via file:// protocol) i.e. double clicking the .html file? Because modules only work via HTTP(s), so all you need to do is...

I found a way o do so and I will explain it even if this question is old. I use CSS variables and pass a dynamic value using `DomSanitizer`. Here...