being able to compose multiple components' functionality via decoration (not creating new "combo" components or something) is more elegant, and something I wish React had.
 2 Matching Annotations
        
        - Sep 2020
- 
            
stackoverflow.com stackoverflow.com- 
  
- 
  The whole point of directives is composability. First: you can apply a directive to any component, even components included from other libraries. Second: you can apply multiple directives to the same component. Directives are decorators, so it's not the same thing. 
 
-