Angular - Directives
You want to create a directive that toggles a CSS class
active on the host element when the user hovers over it, and removes it when the mouse leaves. Which approach correctly implements this behavior?