github vaadin/flow 0.0.5
Template for loops and property bindings

latest releases: 24.4.0.beta1, 24.4.0.alpha32, 23.3.30...
pre-release7 years ago

New features

  • For loops in templates, e.g. <a *ngFor="let item of items" class="menu-item" routerLink [href]="item.href">{{item.caption}}</a>·. It is currently not possible to nest for loops, see #701.
  • Property bindings in templates, e.g. <input [value]="firstName">
  • Image component based on <img>
  • @HtmlTemplate annotation for specifying the HTML file for a Template, e.g. @HtmlTemplate("mytemplate.html")

Fixes

  • Static class names in templates now work, e.g. <div class="foo bar">
  • Comments <!-- --> can be used in templates and are ignored by the parser
  • Templates can be removed from a view

Demos

New tutorials

All changes

Don't miss a new flow release

NewReleases is sending notifications on new releases.