Alain Chautard
1 min readApr 22, 2018

--

Thanks! In order to have actual change detection, you would need a data binding (create a property in your component class and bind to it with {{}}} ). Template reference variables are good when the data is only needed temporarily, like on a button click, but you should not use it for everything.

--

--