Skip to content

SafeValue must use [property]=binding #186

Open
@himalayaahuja

Description

@himalayaahuja

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:

  1. 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.

  2. 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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions