Skip to content

Html evaluations #14

@ruzafa8

Description

@ruzafa8

html text has got evaluations on those two situations:

  • When an attribute is enclosed between "[]" (attribute binding). It is evaluated using WebComponent context.
  • Every attribute, is tried to be parsed as object, array or number.
    ADITIONAL: Any text enclosed between {{ }}, if that feature is already developed.

As we can see, every attribute is parsed to JSON automatically. Is it optimal? Is there any way to parse only when we know it is parseable? Or parse only when it is an attribute binding?

Metadata

Metadata

Assignees

Labels

performancePerformance improvements

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions