I have a core angular library written in house. p.e. There is a component A which uses internally an date picker component with the selector my-date-picker. Many other components in the library use that date picker,too. The library is delivered to different customers. Now one of the customers doesnt want the datepicker. He builds an own datepicker component. Is there a simple way to replace the old datepicker with the new one? Something like overriding the selector...
EDIT: The additional/replacement components are not necessary provided by us. It is possible that our customer will develop it on his own.
Thank you an regards Stephan