Angular - Directives
You want to apply the class 'highlight' only when
score is above 80 and 'low-score' when it is below or equal to 80. Which ngClass binding correctly implements this logic?