< Angular

Angular 17 szelekció

@if

src/app/app.component.html
<div>Eredmény:
@if (edited) {
  {{result}}
} @else {
  még nincs eredmény
}
</div>