X Tutup
Skip to content

text nodes after <content> in templates #2095

@vicb

Description

@vicb

If you set the template of the hello world to:

<div class="greeting">{{greeting}} <span red>world</span>!</div>
           <button class="changeButton" (click)="changeGreeting()">change greeting</button><content></content>
           <h2>ternary</h2>
           {{ 'bug' }}

The computed content will be (see the h2)

<div class="greeting">{{greeting}} <span red>world</span>!</div>
           <button class="changeButton" (click)="changeGreeting()">change greeting</button><content></content>
           <h2>bug</h2>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup