You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: