When I use class with private properties in a model and getter/setter I have access to the private property only but not the public one with getter/setter..
https://stackblitz.com/edit/angular-hx3t7g
Why I have '_r' in the ngModel instead of 'r'? How to make it right / should I even do it like this?