Description
To load the local resource I created a safe-url pipe which sanitizes the resource url fetched locally after caching but then this error comes up "SafeValue must use [property]=" now i believe this is because fo the following reasons:
-
The useImg attribute on image-loader tag generates an image tag which is not using the [src] property like displayed ([src]="url") and is added as an attribute programmatically which causes the above mentioned error.
-
If we don't use the useImage attribute then the image url is added as a background image again causing the same issue which says "SafeValue must use [property]=" ...
We need the sanitized url to be added as a [src] property binding for this to work.
plugin version : 4.2.1
platform : android
Please let me know what else information is needed..