You are using the :host pseudo-class selector to target styles in the element that hosts the component in Angular.
What can you achieve by using function form when doing so?
Options
- You can apply host styles conditionally
- You can include another selector inside the host
- You can target the host element
- You can host element inside parent’s component