simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-core] Make `WrappedControlSuperclass.control` protected? #109

Closed eric-simonton-sama closed 1 year ago

eric-simonton-sama commented 1 year ago

I think that should be fine, so it makes sense to use the principle of least privilege.

It should not be a breaking change, since all subclasses will currently be making it public. So it won't actually change for anybody. It will just give everyone the option to also make it protected in their subclasses.