class App extends Element { nmatches = 0; render() { /*@Literal string to translate*/ let littext = @"String to translate"; /*@Form content*/ return

UI language


{littext}

Tests: first test,second test


:

{this.nmatches} matches

; } ["on change at input(nmatches)"](evt,input) { this.componentUpdate { nmatches:input.value }; } } document.body.patch();