ఈ decorators ఒక directive లేదా component దాని host element — directive ఉన్న element (లేదా component యొక్క స్వంత root element) ను manipulate చేయటానికి మరియు respond చేయటానికి అనుమతిస్తాయి. @HostBinding host పై properties/attributes ఆ set చేస్తుంది; @HostListener దానిపై events ను listen చేస్తుంది.
@HostBinding — host properties/attributes కు bind చేయండి
{ , } ;
({ : })
{
() isActive = ;
() color = ;
() role = ;
}
