I've seen an angular course telling that :
host-context
is used to style elements inside a component, depending on some condition set outside of it.
I've searched the official documentation for it in https://angular.io
but it is not documented
can some one explain the different use cases where I can use this selector for an angular component ?
can some one explain the whole meaning of the -context
added to host here ?
without an official documentation, does it mean that when someone give one use case, it mean that it is the only case the thing refers to ?