Angular - binding to protected properties
Oct 20, 2023 · 3 min read · Before Angular@14 we could only bind public properties in views. Even though, the properties were meant to be private to the component, we had to make them public. This led to exposing component internals to the consumer. Now, we can make use of type...
Join discussion



