यी decorators ले एक directive वा component लाई यसको host element — जस वर मा directive बसेको छ (वा component को आफ्नै root element) — लाई हेरफेर र प्रतिक्रिया गर्न दिन्छ। @HostBinding host मा properties/attributes सेट गर्छ; @HostListener यसमा events सुन्छ।
@HostBinding — host properties/attributes मा bind गर्नुहोस्
{ , } ;
({ : })
{
() isActive = ;
() color = ;
() role = ;
}
