Reflecting on ways to incorporate members in a component that can be accessed from the template but not from a parent component sparked my curiosity.
In exploring TypeScript visibility in Angular 2, I encountered discussions about "public" and "private" declarations but nothing regarding "protected."
Is there validity in utilizing "protected" for this purpose?