and even without `apply`: ``` progressB...
# kvision
r
and even without `apply`:
Copy code
progressBar(obs.value, 0, 100) {
                obs.subscribe {
                    this.progress = it
                }
            }