What package and version are you using?
0.1.9
What browser are you using?
Chrome
What operating system are you using?
Windows
Actual Behavior
I have in using UseHttpImageSourcePipeModule to load authorized images. Its working fine with [src] attribute of image. When I try to use it with [style.background-image] attribute of div it always shows loading default image.
Here is my code.
Expected Behavior
It should load image, as its loading image in [src] attribute.
Reproduction
Additional Information
No response