Angular - TypeScript in Angular
In an Angular component, you have a private property
_count and want to expose it safely to the template without allowing direct modification. Which pattern is best?