-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
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>Reactions are currently unavailable